Package | Description |
---|---|
fr.gouv.vitam.processing.model |
Specific model class for the distributor
|
Modifier and Type | Method and Description |
---|---|
WorkerAsyncResponse |
WorkerAsyncResponse.setItemStatus(ItemStatus ItemStatus) |
WorkerAsyncResponse |
WorkerAsyncResponse.setWorkerAsyncRequest(WorkerAsyncRequest workerAsyncRequest) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerAsyncRequest.callCallback(WorkerAsyncResponse workerAsyncResponse)
call the callback at the end of the process
|
Constructor and Description |
---|
WorkerAsyncRequest(DescriptionStep descriptionStep,
Callbackable<WorkerAsyncResponse> callingProcess,
Set<WorkerAsyncRequest> currentRunningObjectsInStep,
String queueId,
Semaphore waitingStepAllAsyncRequest,
VitamSession session)
Default constructor
|
Copyright © 2018 Vitam. All rights reserved.