Interface RPCConversationHandlerFactory

  • All Known Implementing Classes:
    RpcConversationHandlerFactoryImpl


    public interface RPCConversationHandlerFactory
    Factory that handles raw RPC conversation initialization with creating RPC conversation handler instance.
    • Method Detail

      • onRPCInitializeConversation

        RPCConversationHandler onRPCInitializeConversation​(java.lang.String rpcName,
                                                           RPCConversationFlag conversationFlag)
        Create new instance of RPC conversation handler.
        Parameters:
        rpcName - name of called RPC
        conversationFlag - conversation opening mode
        Returns:
        new instance of RPC conversation handler