JavaScript is disabled on your browser.
Chenile Framework Javadocs
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.chenile.orchestrator.process.utils.api
IWorker
Contents
Description
Method Summary
Method Details
start(WorkerDto, Payload)
Hide sidebar
Show sidebar
Interface IWorker<
Payload
>
All Known Implementing Classes:
AggregatorBase
,
ExecutorBase
,
SplitterBase
public interface
IWorker<Payload>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
start
(
WorkerDto
workerDto,
Payload
payload)
Method Details
start
void
start
(
WorkerDto
workerDto,
Payload
payload)