Class KibanaLogFieldsTaskListener
- java.lang.Object
-
- org.hawaiiframework.async.task_listener.KibanaLogFieldsTaskListener
-
- All Implemented Interfaces:
TaskListener,org.springframework.core.Ordered
public class KibanaLogFieldsTaskListener extends Object implements TaskListener
Task listener for Kibana log fields. Ordered at -100.
-
-
Constructor Summary
Constructors Constructor Description KibanaLogFieldsTaskListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()Called just after a task is finished.intgetOrder()voidsetSharedTaskContext(SharedTaskContext sharedTaskContext)Set the shared task context in this task context.voidstartExecution()Called just before the task is started.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hawaiiframework.async.task_listener.TaskListener
timeout
-
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setSharedTaskContext
public void setSharedTaskContext(SharedTaskContext sharedTaskContext)
Description copied from interface:TaskListenerSet the shared task context in this task context. Invoked before the set.- Specified by:
setSharedTaskContextin interfaceTaskListener- Parameters:
sharedTaskContext- the shared task context.
-
startExecution
public void startExecution()
Description copied from interface:TaskListenerCalled just before the task is started.- Specified by:
startExecutionin interfaceTaskListener
-
finish
public void finish()
Description copied from interface:TaskListenerCalled just after a task is finished.- Specified by:
finishin interfaceTaskListener
-
-