Class SimpleInboundHandler<I,​E,​A extends Address>

    • 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,
                                       Class<? extends A> addressType)
        Create a new instance
        Parameters:
        inboundMessageType - the type of messages to match
        inboundEventType - the type of events to match
        addressType - the type of the address to match