Class SimpleAmqpInterceptor
- java.lang.Object
-
- org.apache.activemq.artemis.amqp.example.SimpleAmqpInterceptor
-
- All Implemented Interfaces:
org.apache.activemq.artemis.api.core.BaseInterceptor<AMQPMessage>,AmqpInterceptor
public class SimpleAmqpInterceptor extends Object implements AmqpInterceptor
A simple Interceptor implementation
-
-
Constructor Summary
Constructors Constructor Description SimpleAmqpInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanintercept(AMQPMessage message, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)
-
-
-
Method Detail
-
intercept
public boolean intercept(AMQPMessage message, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)
- Specified by:
interceptin interfaceorg.apache.activemq.artemis.api.core.BaseInterceptor<AMQPMessage>
-
-