Uses of Interface
org.apache.activemq.artemis.api.core.Interceptor
-
-
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.core.client
Methods in org.apache.activemq.artemis.core.client with parameters of type Interceptor Modifier and Type Method Description voidActiveMQClientLogger_$logger. errorCallingInterceptor(Throwable e, Interceptor interceptor)voidActiveMQClientLogger. errorCallingInterceptor(Throwable e, Interceptor interceptor) -
Uses of Interceptor in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type Interceptor Modifier and Type Method Description ServerLocatorImplServerLocatorImpl. addIncomingInterceptor(Interceptor interceptor)ServerLocatorImplServerLocatorImpl. addOutgoingInterceptor(Interceptor interceptor)booleanServerLocatorImpl. removeIncomingInterceptor(Interceptor interceptor)booleanServerLocatorImpl. removeOutgoingInterceptor(Interceptor interceptor)Constructor parameters in org.apache.activemq.artemis.core.client.impl with type arguments of type Interceptor Constructor Description ClientSessionFactoryImpl(ServerLocatorInternal serverLocator, TransportConfiguration connectorConfig, ServerLocatorConfig locatorConfig, int reconnectAttempts, Executor threadPool, ScheduledExecutorService scheduledThreadPool, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors) -
Uses of Interceptor in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor>CoreProtocolManagerFactory. filterInterceptors(List<BaseInterceptor> interceptors)ProtocolManagerFactory<Interceptor>CoreProtocolManager. getFactory()List<Interceptor>RemotingConnectionImpl. getIncomingInterceptors()List<Interceptor>RemotingConnectionImpl. getOutgoingInterceptors()Method parameters in org.apache.activemq.artemis.core.protocol.core.impl with type arguments of type Interceptor Modifier and Type Method Description RemotingConnectionActiveMQClientProtocolManager. connect(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler)static StringChannelImpl. invokeInterceptors(Packet packet, List<Interceptor> interceptors, RemotingConnection connection)Constructor parameters in org.apache.activemq.artemis.core.protocol.core.impl with type arguments of type Interceptor Constructor Description ChannelImpl(CoreRemotingConnection connection, long id, int confWindowSize, List<Interceptor> interceptors)CoreProtocolManager(CoreProtocolManagerFactory factory, ActiveMQServer server, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors)RemotingConnectionImpl(PacketDecoder packetDecoder, Connection transportConnection, long blockingCallTimeout, long blockingCallFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, Executor connectionExecutor) -
Uses of Interceptor in org.apache.activemq.artemis.core.protocol.hornetq
Classes in org.apache.activemq.artemis.core.protocol.hornetq that implement Interceptor Modifier and Type Class Description classHQFilterConversionInterceptorclassHQPropertiesConversionInterceptor -
Uses of Interceptor in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type Interceptor Modifier and Type Method Description voidReplicationEndpoint. addOutgoingInterceptorForReplication(Interceptor interceptor) -
Uses of Interceptor in org.apache.activemq.artemis.core.server.cluster
Classes in org.apache.activemq.artemis.core.server.cluster that implement Interceptor Modifier and Type Class Description static classClusterManager.IncomingInterceptorLookingForExceptionMessageMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type Interceptor Modifier and Type Method Description voidClusterController. addIncomingInterceptorForReplication(Interceptor interceptor)add an interceptorvoidClusterController. removeIncomingInterceptorForReplication(Interceptor interceptor)remove an 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)
-