Uses of Class
com.bytedesk.service.routing_strategy.AbstractThreadRoutingStrategy
Packages that use AbstractThreadRoutingStrategy
-
Uses of AbstractThreadRoutingStrategy in com.bytedesk.service.routing_strategy
Subclasses of AbstractThreadRoutingStrategy in com.bytedesk.service.routing_strategyModifier and TypeClassDescriptionclass
客服线程路由策略 负责处理一对一人工客服的线程创建和路由逻辑class
机器人线程路由策略class
工作流线程路由策略class
工作组线程路由策略Fields in com.bytedesk.service.routing_strategy with type parameters of type AbstractThreadRoutingStrategyModifier and TypeFieldDescriptionprivate final Map<ThreadTypeEnum,
AbstractThreadRoutingStrategy> ThreadRoutingContext.strategyMap
策略映射表 - 线程类型到策略的映射Methods in com.bytedesk.service.routing_strategy that return AbstractThreadRoutingStrategyModifier and TypeMethodDescriptionThreadRoutingContext.getStrategy
(ThreadTypeEnum type) 获取指定类型的策略Methods in com.bytedesk.service.routing_strategy with parameters of type AbstractThreadRoutingStrategyModifier and TypeMethodDescriptionprivate String
ThreadRoutingContext.getBeanName
(AbstractThreadRoutingStrategy strategy) 获取策略的Bean名称private void
ThreadRoutingContext.registerStrategy
(AbstractThreadRoutingStrategy strategy) 注册单个策略Method parameters in com.bytedesk.service.routing_strategy with type arguments of type AbstractThreadRoutingStrategyModifier and TypeMethodDescriptionprivate void
ThreadRoutingContext.initializeStrategies
(List<AbstractThreadRoutingStrategy> strategies) 初始化策略映射Constructor parameters in com.bytedesk.service.routing_strategy with type arguments of type AbstractThreadRoutingStrategyModifierConstructorDescriptionThreadRoutingContext
(List<AbstractThreadRoutingStrategy> strategies, org.springframework.context.ApplicationContext applicationContext) 构造函数 - 初始化策略映射 -
Uses of AbstractThreadRoutingStrategy in com.bytedesk.service.unified
Subclasses of AbstractThreadRoutingStrategy in com.bytedesk.service.unified