Uses of Interface
fr.gouv.vitam.processing.distributor.api.Callbackable
-
Packages that use Callbackable Package Description fr.gouv.vitam.processing.model Specific model class for the distributor -
-
Uses of Callbackable in fr.gouv.vitam.processing.model
Constructors in fr.gouv.vitam.processing.model with parameters of type Callbackable Constructor Description WorkerAsyncRequest(DescriptionStep descriptionStep, Callbackable<WorkerAsyncResponse> callingProcess, java.util.Set<WorkerAsyncRequest> currentRunningObjectsInStep, java.lang.String queueId, java.util.concurrent.Semaphore waitingStepAllAsyncRequest, VitamSession session)
Default constructor
-