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 Details

    • KibanaLogFieldsTaskListener

      public KibanaLogFieldsTaskListener()
      The constructor.
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setSharedTaskContext

      public void setSharedTaskContext(SharedTaskContext sharedTaskContext)
      Description copied from interface: TaskListener
      Set the shared task context in this task context. Invoked before the set.
      Specified by:
      setSharedTaskContext in interface TaskListener
      Parameters:
      sharedTaskContext - the shared task context.
    • startExecution

      public void startExecution()
      Description copied from interface: TaskListener
      Called just before the task is started.
      Specified by:
      startExecution in interface TaskListener
    • finish

      public void finish()
      Description copied from interface: TaskListener
      Called just after a task is finished.
      Specified by:
      finish in interface TaskListener