Uses of Interface
fr.gouv.vitam.processing.common.async.AsyncResourceCallback
Packages that use AsyncResourceCallback
-
Uses of AsyncResourceCallback in fr.gouv.vitam.processing.common.async
Methods in fr.gouv.vitam.processing.common.async that return AsyncResourceCallbackModifier and TypeMethodDescriptionAccessRequestResult.getCallback()
AccessRequestValue.getCallback()
Constructors in fr.gouv.vitam.processing.common.async with parameters of type AsyncResourceCallbackModifierConstructorDescriptionAccessRequestValue
(String accessRequestId, String requestId, String taskId, WorkflowInterruptionChecker workflowInterruptionChecker, AsyncResourceCallback callback) -
Uses of AsyncResourceCallback in fr.gouv.vitam.processing.distributor.core
Methods in fr.gouv.vitam.processing.distributor.core with parameters of type AsyncResourceCallbackModifier and TypeMethodDescriptionvoid
AsyncResourcesMonitor.watchAsyncResourcesForBulk
(Map<String, AccessRequestContext> asyncResources, String requestId, 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.