Uses of Class
fr.gouv.vitam.processing.common.exception.ProcessingBadRequestException
Package
Description
Provides API classes for the Processing Distributor module
Provides Processing Management client interface, factory and implementations.
-
Uses of ProcessingBadRequestException in fr.gouv.vitam.processing.distributor.api
Modifier and TypeMethodDescriptionvoid
IWorkerManager.registerWorker
(String familyId, String workerId, WorkerBean workerInformation) To register a worker in the processing -
Uses of ProcessingBadRequestException in fr.gouv.vitam.processing.distributor.core
Modifier and TypeMethodDescriptionvoid
WorkerManager.registerWorker
(String familyId, String workerId, WorkerBean workerInformation) -
Uses of ProcessingBadRequestException in fr.gouv.vitam.processing.management.client
Modifier and TypeMethodDescriptionvoid
ProcessingManagementClient.registerWorker
(String familyId, String workerId, WorkerBean workerDescription) Register a new worker knowing its family and with a WorkerBean.void
ProcessingManagementClient.unregisterWorker
(String familyId, String workerId) Unregister a worker knowing its family and its workerId.