Package com.bytedesk.ticket.listener
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
FieldsFields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate 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)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ThreadExecutionListener
public ThreadExecutionListener()
-
-
Method Details
-
notify
public void notify(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
notify
in interfaceorg.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)
-