Uses of Class
com.bytedesk.core.message.content.QueueNotification
Packages that use QueueNotification
Package
Description
队列成员包
管理客服系统的排队和会话分配
-
Uses of QueueNotification in com.bytedesk.service.queue_member
Methods in com.bytedesk.service.queue_member that return QueueNotificationModifier and TypeMethodDescriptionprivate QueueNotificationQueueMemberEventListener.buildQueueNotification(ThreadEntity thread, QueueMemberEntity queueMember, Integer position, int queueSize, Integer waitSeconds) -
Uses of QueueNotification in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type QueueNotificationModifier and TypeMethodDescriptionprivate static MessageProtobufThreadMessageUtil.buildAgentQueueMessage(MessageTypeEnum messageType, QueueNotification payload, ThreadEntity thread) static MessageProtobufThreadMessageUtil.getAgentQueueAcceptMessage(QueueNotification payload, ThreadEntity thread) 构造发送给客服排队线程的 QUEUE_ACCEPT 消息,通知其他客服,该thread会话被某个客服接入static MessageProtobufThreadMessageUtil.getAgentQueueNoticeMessage(QueueNotification payload, ThreadEntity thread) 构造发送给客服排队线程的 QUEUE_NOTICE 消息static MessageProtobufThreadMessageUtil.getAgentQueueUpdateMessage(QueueNotification payload, ThreadEntity thread) 构造发送给访客的 QUEUE_UPDATE 消息,更新访客排队位置