public class SimplePipelineWorker<Input,Output> extends PipelineWorkerStrategy
abort, executed, threadId
Constructor and Description |
---|
SimplePipelineWorker(PipelineRuntime.Stage<Input,Output> stage,
PipelineRuntime.StageImpl<Input,Output> impl) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Abstract method, this method should contain the body of the worker
strategy
|
run
getExecutedCounter, getThreadID, shutdown, toString
public SimplePipelineWorker(PipelineRuntime.Stage<Input,Output> stage, PipelineRuntime.StageImpl<Input,Output> impl)
public void execute()
WorkerStrategy
execute
in class WorkerStrategy