Uses of Record Class
com.knezevic.edaf.v3.persistence.query.StopRequestResult
Packages that use StopRequestResult
Package
Description
Read-side query models and repository contracts.
-
Uses of StopRequestResult in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return StopRequestResultModifier and TypeMethodDescriptionJdbcRunRepository.requestExperimentStop(String experimentId, String requestedBy, String reason) RunRepository.requestExperimentStop(String experimentId, String requestedBy, String reason) Requests cooperative stop for all running runs in one experiment.JdbcRunRepository.requestRunStop(String runId, String requestedBy, String reason) RunRepository.requestRunStop(String runId, String requestedBy, String reason) Requests cooperative stop for one run.