Uses of Class
fr.gouv.vitam.processing.common.exception.ProcessingBadRequestException
Packages that use 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
Methods in fr.gouv.vitam.processing.distributor.api that throw ProcessingBadRequestExceptionModifier 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
Methods in fr.gouv.vitam.processing.distributor.core that throw ProcessingBadRequestExceptionModifier and TypeMethodDescriptionvoid
WorkerManager.registerWorker
(String familyId, String workerId, WorkerBean workerInformation) -
Uses of ProcessingBadRequestException in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client that throw ProcessingBadRequestExceptionModifier 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.