Class HQFilterConversionInterceptor
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.hornetq.HQFilterConversionInterceptor
-
- All Implemented Interfaces:
BaseInterceptor<Packet>,Interceptor
public class HQFilterConversionInterceptor extends Object implements Interceptor
-
-
Constructor Summary
Constructors Constructor Description HQFilterConversionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanintercept(Packet packet, RemotingConnection connection)Intercepts a packet which is received before it is sent to the channel
-
-
-
Method Detail
-
intercept
public boolean intercept(Packet packet, RemotingConnection connection)
Description copied from interface:BaseInterceptorIntercepts a packet which is received before it is sent to the channel- Specified by:
interceptin interfaceBaseInterceptor<Packet>- Parameters:
packet- the packet being receivedconnection- the connection the packet was received on- Returns:
trueto process the next interceptor and handle the packet,falseto abort processing of the packet
-
-