Class SimpleDuplexEventAwareHandler<I,​E,​O,​A extends Address>

    • Constructor Detail

      • SimpleDuplexEventAwareHandler

        protected SimpleDuplexEventAwareHandler()
      • SimpleDuplexEventAwareHandler

        protected SimpleDuplexEventAwareHandler​(Class<? extends I> inboundMessageType,
                                                Class<? extends E> inboundEventType,
                                                Class<? extends O> outboundMessageType,
                                                Class<? extends A> addressType)
    • Method Detail

      • acceptOutbound

        protected boolean acceptOutbound​(Object msg)
        Returns true if the given message should be handled. If false it will be passed to the next Handler in the Pipeline.