Class ThreadExecutionListener

java.lang.Object
com.bytedesk.ticket.listener.ThreadExecutionListener
All Implemented Interfaces:
Serializable, org.flowable.engine.delegate.BaseExecutionListener, org.flowable.engine.delegate.ExecutionListener

@Component("threadExecutionListener") public class ThreadExecutionListener extends Object implements org.flowable.engine.delegate.ExecutionListener
客服会话流程执行监听器 监听客服会话流程的执行事件: - 会话开始 - 会话结束 - 流程节点流转
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     

    Fields inherited from interface org.flowable.engine.delegate.BaseExecutionListener

    EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private void
    handleThreadEnd(org.flowable.engine.delegate.DelegateExecution execution)
     
    private void
    handleThreadStart(org.flowable.engine.delegate.DelegateExecution execution)
     
    private void
    handleThreadTransition(org.flowable.engine.delegate.DelegateExecution execution)
     
    void
    notify(org.flowable.engine.delegate.DelegateExecution execution)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ThreadExecutionListener

      public ThreadExecutionListener()
  • Method Details

    • notify

      public void notify(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      notify in interface org.flowable.engine.delegate.ExecutionListener
    • handleThreadStart

      private void handleThreadStart(org.flowable.engine.delegate.DelegateExecution execution)
    • handleThreadEnd

      private void handleThreadEnd(org.flowable.engine.delegate.DelegateExecution execution)
    • handleThreadTransition

      private void handleThreadTransition(org.flowable.engine.delegate.DelegateExecution execution)