Uses of Interface
org.chenile.orchestrator.delegate.ProcessManagerClient
Packages that use ProcessManagerClient
Package
Description
-
Uses of ProcessManagerClient in org.chenile.orchestrator.configuration
Methods in org.chenile.orchestrator.configuration that return ProcessManagerClient -
Uses of ProcessManagerClient in org.chenile.orchestrator.delegate
Classes in org.chenile.orchestrator.delegate that implement ProcessManagerClient -
Uses of ProcessManagerClient in org.chenile.orchestrator.process.utils
Methods in org.chenile.orchestrator.process.utils with parameters of type ProcessManagerClientModifier and TypeMethodDescriptionstatic voidErrorsHelper.handleErrors(WorkerDto workerDto, Throwable e, ProcessManagerClient processManagerClient, String eventId) static voidProcessUtil.processProgressUpdate(ProcessManagerClient processManagerClient, String processId, int percent) -
Uses of ProcessManagerClient in org.chenile.orchestrator.process.utils.base
Fields in org.chenile.orchestrator.process.utils.base declared as ProcessManagerClientModifier and TypeFieldDescription(package private) ProcessManagerClientAggregatorBase.processManagerClient(package private) ProcessManagerClientBatchServiceBase.processManagerClient(package private) ProcessManagerClientExecutorBase.processManagerClient(package private) ProcessManagerClientSplitterBase.processManagerClient