Class HQPropertiesConversionInterceptor
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.hornetq.HQPropertiesConversionInterceptor
-
- All Implemented Interfaces:
BaseInterceptor<org.apache.activemq.artemis.core.protocol.core.Packet>,Interceptor
public class HQPropertiesConversionInterceptor extends Object implements Interceptor
-
-
Constructor Summary
Constructors Constructor Description HQPropertiesConversionInterceptor(boolean replaceHQ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanintercept(org.apache.activemq.artemis.core.protocol.core.Packet packet, RemotingConnection connection)
-
-
-
Method Detail
-
intercept
public boolean intercept(org.apache.activemq.artemis.core.protocol.core.Packet packet, RemotingConnection connection) throws ActiveMQException- Specified by:
interceptin interfaceBaseInterceptor<org.apache.activemq.artemis.core.protocol.core.Packet>- Throws:
ActiveMQException
-
-