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

    • Constructor Detail

      • SimpleInboundEventAwareHandler

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

        protected SimpleInboundEventAwareHandler​(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