public class TaskProcessorExecutor extends java.lang.Object implements TaskEventListener
| Constructor and Description |
|---|
TaskProcessorExecutor(DomainKernel domainKernel,
EventBus eventBus,
org.tiogasolutions.notify.notifier.Notifier notifier,
java.util.List<TaskProcessor> taskProcessors) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Allows for direct execution of the processor
|
TaskProcessorExecutorStatus |
getExecutorStatus() |
void |
start() |
void |
stop() |
void |
taskCreated(java.lang.String domainName,
TaskEntity task,
org.tiogasolutions.notify.pub.notification.Notification notification) |
public TaskProcessorExecutor(DomainKernel domainKernel, EventBus eventBus, org.tiogasolutions.notify.notifier.Notifier notifier, java.util.List<TaskProcessor> taskProcessors)
public TaskProcessorExecutorStatus getExecutorStatus()
public void start()
public void stop()
public void taskCreated(java.lang.String domainName,
TaskEntity task,
org.tiogasolutions.notify.pub.notification.Notification notification)
taskCreated in interface TaskEventListenerpublic void execute()