Class SimpleAmqpInterceptor

  • All Implemented Interfaces:
    org.apache.activemq.artemis.api.core.BaseInterceptor<org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage>, org.apache.activemq.artemis.protocol.amqp.broker.AmqpInterceptor

    public class SimpleAmqpInterceptor
    extends java.lang.Object
    implements org.apache.activemq.artemis.protocol.amqp.broker.AmqpInterceptor
    A simple Interceptor implementation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean intercept​(org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage message, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleAmqpInterceptor

        public SimpleAmqpInterceptor()
    • Method Detail

      • intercept

        public boolean intercept​(org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage message,
                                 org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)
        Specified by:
        intercept in interface org.apache.activemq.artemis.api.core.BaseInterceptor<org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage>