Package | Description |
---|---|
fr.gouv.vitam.processing.distributor.api |
Provides API classes for the Processing Distributor module
|
fr.gouv.vitam.processing.distributor.v2 | |
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkerManager.registerWorker(String familyId,
String workerId,
String workerInformation)
To register a worker in the processing
|
void |
IWorkerManager.registerWorker(WorkerBean workerBean)
Register a worker
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerManager.registerWorker(String familyId,
String workerId,
String workerInformation) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingManagementClientMock.registerWorker(String familyId,
String workerId,
WorkerBean workerDescription) |
void |
ProcessingManagementClient.registerWorker(String familyId,
String workerId,
WorkerBean workerDescription)
Register a new worker knowing its family and with a WorkerBean.
|
Copyright © 2018 Vitam. All rights reserved.