Uses of Interface
org.apache.activemq.artemis.api.core.Interceptor
-
Packages that use Interceptor Package Description org.apache.activemq.artemis.api.core.client org.apache.activemq.artemis.spi.core.remoting -
-
Uses of Interceptor in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type Interceptor Modifier and Type Method Description ServerLocatorServerLocator. addIncomingInterceptor(Interceptor interceptor)Adds an interceptor which will be executed after packets are received from the server.ServerLocatorServerLocator. addOutgoingInterceptor(Interceptor interceptor)Adds an interceptor which will be executed before packets are sent to the server.booleanServerLocator. removeIncomingInterceptor(Interceptor interceptor)Removes an incoming interceptor.booleanServerLocator. removeOutgoingInterceptor(Interceptor interceptor)Removes an outgoing interceptor. -
Uses of Interceptor in org.apache.activemq.artemis.spi.core.remoting
Method parameters in org.apache.activemq.artemis.spi.core.remoting with type arguments of type Interceptor Modifier and Type Method Description RemotingConnectionClientProtocolManager. connect(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler)
-