Class SimpleAmqpInterceptor
- java.lang.Object
-
- org.apache.activemq.artemis.amqp.example.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.AmqpInterceptorA simple Interceptor implementation
-
-
Constructor Summary
Constructors Constructor Description SimpleAmqpInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanintercept(org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage message, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)
-
-
-
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:
interceptin interfaceorg.apache.activemq.artemis.api.core.BaseInterceptor<org.apache.activemq.artemis.protocol.amqp.broker.AMQPMessage>
-
-