Uses of Class
org.chenile.orchestrator.process.model.WorkerDto
Packages that use WorkerDto
Package
Description
-
Uses of WorkerDto in org.chenile.orchestrator.process
Methods in org.chenile.orchestrator.process with parameters of type WorkerDto -
Uses of WorkerDto in org.chenile.orchestrator.process.utils
Methods in org.chenile.orchestrator.process.utils with parameters of type WorkerDtoModifier and TypeMethodDescriptionstatic voidErrorsHelper.handleErrors(WorkerDto workerDto, Throwable e, ProcessManagerClient processManagerClient, String eventId) static <T> void -
Uses of WorkerDto in org.chenile.orchestrator.process.utils.api
Methods in org.chenile.orchestrator.process.utils.api with parameters of type WorkerDto -
Uses of WorkerDto in org.chenile.orchestrator.process.utils.base
Methods in org.chenile.orchestrator.process.utils.base with parameters of type WorkerDtoModifier and TypeMethodDescriptionprotected abstract OutputAggregatorBase.doStart(Output out, Input input, ChildOutput childOutput, WorkerDto workerDto, Process p) protected abstract OutputConvert input to output.protected abstract List<SubProcessPayload> Implementations can call processManagerClient.splitPartiallyDone(workerDto.process.getId(), batchPayload); as many times as required.voidfinal voidvoidbooleanBatchServiceBase.startWorker(WorkerDto workerDto)