Uses of Interface
org.apache.activemq.artemis.api.core.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type InterceptorModifier and TypeMethodDescriptionServerLocator.addIncomingInterceptor(Interceptor interceptor) Adds an interceptor which will be executed after packets are received from the server.ServerLocator.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 InterceptorModifier and TypeMethodDescriptionClientProtocolManager.connect(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler) Life Cycle Methods: