Uses of Interface
fr.gouv.vitam.processing.common.async.WorkflowInterruptionChecker
-
Packages that use WorkflowInterruptionChecker Package Description fr.gouv.vitam.processing.common.async fr.gouv.vitam.processing.distributor.core -
-
Uses of WorkflowInterruptionChecker in fr.gouv.vitam.processing.common.async
Methods in fr.gouv.vitam.processing.common.async that return WorkflowInterruptionChecker Modifier and Type Method Description WorkflowInterruptionChecker
AccessRequestValue. getWorkflowInterruptionChecker()
Constructors in fr.gouv.vitam.processing.common.async with parameters of type WorkflowInterruptionChecker Constructor Description AccessRequestValue(java.lang.String accessRequestId, java.lang.String requestId, java.lang.String taskId, WorkflowInterruptionChecker workflowInterruptionChecker, AsyncResourceCallback callback)
-
Uses of WorkflowInterruptionChecker in fr.gouv.vitam.processing.distributor.core
Methods in fr.gouv.vitam.processing.distributor.core with parameters of type WorkflowInterruptionChecker Modifier and Type Method Description void
AsyncResourcesMonitor. watchAsyncResourcesForBulk(java.util.Map<java.lang.String,AccessRequestContext> asyncResources, java.lang.String requestId, java.lang.String taskId, WorkflowInterruptionChecker workflowInterruptionChecker, AsyncResourceCallback callback)
Add all the async resources of a bulk to monitor its statuses until it's either available or its accessRequest needs to be re-created.
-