Class HQFilterConversionInterceptor

  • All Implemented Interfaces:
    org.apache.activemq.artemis.api.core.BaseInterceptor<org.apache.activemq.artemis.core.protocol.core.Packet>, org.apache.activemq.artemis.api.core.Interceptor

    public class HQFilterConversionInterceptor
    extends java.lang.Object
    implements org.apache.activemq.artemis.api.core.Interceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean intercept​(org.apache.activemq.artemis.core.protocol.core.Packet packet, org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HQFilterConversionInterceptor

        public HQFilterConversionInterceptor()
    • Method Detail

      • intercept

        public boolean intercept​(org.apache.activemq.artemis.core.protocol.core.Packet packet,
                                 org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection)
        Specified by:
        intercept in interface org.apache.activemq.artemis.api.core.BaseInterceptor<org.apache.activemq.artemis.core.protocol.core.Packet>