Class ThreadHumanServiceDelegate
java.lang.Object
com.bytedesk.ticket.thread.delegate.ThreadHumanServiceDelegate
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Component("threadHumanServiceDelegate")
public class ThreadHumanServiceDelegate
extends Object
implements org.flowable.engine.delegate.JavaDelegate
人工客服服务
处理客服会话中的人工服务阶段
- 记录服务开始和结束时间
- 监控服务质量和SLA
- 处理人工服务过程中的事件
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
ThreadHumanServiceDelegate
public ThreadHumanServiceDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
execute
in interfaceorg.flowable.engine.delegate.JavaDelegate
-