Class ConversationProcessorFactory

  • All Implemented Interfaces:

    
    public class ConversationProcessorFactory
    
                        

    会话处理器工厂类。根据根据类型,生成不同的处理器,在此处理器中处理各类型会话的独立业务。 可以通过设置自定义会话处理器,进行自定义业务处理。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static ConversationProcessorFactory getInstance()
      IConversationBusinessProcessor getProcessor(ConversationType type)
      void setProcessor(ConversationType type, IConversationBusinessProcessor processor)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait