Uses of Interface
fr.gouv.vitam.processing.common.async.AsyncResourceCallback
-
Packages that use AsyncResourceCallback Package Description fr.gouv.vitam.processing.common.async fr.gouv.vitam.processing.distributor.core -
-
Uses of AsyncResourceCallback in fr.gouv.vitam.processing.common.async
Methods in fr.gouv.vitam.processing.common.async that return AsyncResourceCallback Modifier and Type Method Description AsyncResourceCallbackAccessRequestResult. getCallback()AsyncResourceCallbackAccessRequestValue. getCallback()Constructors in fr.gouv.vitam.processing.common.async with parameters of type AsyncResourceCallback Constructor Description AccessRequestValue(java.lang.String accessRequestId, java.lang.String requestId, java.lang.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 AsyncResourceCallback Modifier and Type Method Description voidAsyncResourcesMonitor. 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.
-