Uses of Interface
org.apache.activemq.artemis.api.core.Interceptor
Package
Description
-
Uses of Interceptor in org.apache.activemq.artemis.api.core.client
Modifier 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.boolean
ServerLocator.removeIncomingInterceptor
(Interceptor interceptor) Removes an incoming interceptor.boolean
ServerLocator.removeOutgoingInterceptor
(Interceptor interceptor) Removes an outgoing interceptor. -
Uses of Interceptor in org.apache.activemq.artemis.spi.core.remoting
Modifier and TypeMethodDescriptionClientProtocolManager.connect
(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler)