Package com.decisionbrain.optimserver.worker.api
This package provides APIs to write a custom worker.
-
Interface Summary Interface Description ExecutionContext An execution context allows a job to notify metrics, and to be aborted, during its execution.ParameterData.OutputStreamConsumer Task This interface should be implemented in a worker, for each task the worker can execute. -
Class Summary Class Description ParameterData Class that holds the data of a parameter -
Exception Summary Exception Description TaskExecutionException Exception thrown when a task throws an Exception.UnknownTaskException Exception thrown when an unknown task is requested. -
Annotation Types Summary Annotation Type Description EnableOptimServerWorker Annotation to enable an optimserver worker.