Uses of Class
fr.gouv.vitam.processing.model.WorkerAsyncResponse
-
Packages that use WorkerAsyncResponse Package Description fr.gouv.vitam.processing.model Specific model class for the distributor -
-
Uses of WorkerAsyncResponse in fr.gouv.vitam.processing.model
Methods in fr.gouv.vitam.processing.model that return WorkerAsyncResponse Modifier and Type Method Description WorkerAsyncResponse
WorkerAsyncResponse. setItemStatus(ItemStatus ItemStatus)
WorkerAsyncResponse
WorkerAsyncResponse. setWorkerAsyncRequest(WorkerAsyncRequest workerAsyncRequest)
Methods in fr.gouv.vitam.processing.model with parameters of type WorkerAsyncResponse Modifier and Type Method Description void
WorkerAsyncRequest. callCallback(WorkerAsyncResponse workerAsyncResponse)
call the callback at the end of the processConstructor parameters in fr.gouv.vitam.processing.model with type arguments of type WorkerAsyncResponse 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
-