Class SimpleInboundHandler<I,​E>

    • Constructor Detail

      • SimpleInboundHandler

        protected SimpleInboundHandler()
        Create a new instance which will try to detect the types to match out of the type parameter of the class.
      • SimpleInboundHandler

        protected SimpleInboundHandler​(Class<? extends I> inboundMessageType,
                                       Class<? extends E> inboundEventType)
        Create a new instance
        Parameters:
        inboundMessageType - the type of messages to match
        inboundEventType - the type of events to match