Class ThreadInviteServiceDelegate
java.lang.Object
com.bytedesk.ticket.thread.delegate.ThreadInviteServiceDelegate
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Component("threadInviteServiceDelegate")
public class ThreadInviteServiceDelegate
extends Object
implements org.flowable.engine.delegate.JavaDelegate
客服会话邀请协助服务
处理客服会话中的邀请第三方协助功能
- 记录邀请信息
- 发送邀请给其他坐席
- 处理协助过程
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
ThreadInviteServiceDelegate
public ThreadInviteServiceDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
execute
in interfaceorg.flowable.engine.delegate.JavaDelegate
-