Class HQFilterConversionInterceptor
java.lang.Object
org.apache.activemq.artemis.core.protocol.hornetq.HQFilterConversionInterceptor
- All Implemented Interfaces:
BaseInterceptor<Packet>,Interceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertHQToActiveMQFilterString(String hqFilterString) booleanintercept(Packet packet, RemotingConnection connection) Intercepts a packet which is received before it is sent to the channel
-
Constructor Details
-
HQFilterConversionInterceptor
public HQFilterConversionInterceptor()
-
-
Method Details
-
intercept
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
-
convertHQToActiveMQFilterString
-