Class WorkgroupRoutingAdvanceEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.service.workgroup_routing.event.WorkgroupRoutingAdvanceEvent
- All Implemented Interfaces:
Serializable
public class WorkgroupRoutingAdvanceEvent
extends org.springframework.context.ApplicationEvent
异步推进事件:一次分配完成后,推进 cursor 并刷新 nextAgent。
仅携带最小必要信息,避免实体序列化/懒加载问题。
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final longprivate final StringFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionWorkgroupRoutingAdvanceEvent(Object source, String workgroupUid, String assignedAgentUid) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
workgroupUid
-
assignedAgentUid
-
-
Constructor Details
-
WorkgroupRoutingAdvanceEvent
-