Class ClusterManager.IncomingInterceptorLookingForExceptionMessage
java.lang.Object
org.apache.activemq.artemis.core.server.cluster.ClusterManager.IncomingInterceptorLookingForExceptionMessage
- All Implemented Interfaces:
BaseInterceptor<Packet>,Interceptor
- Enclosing class:
- ClusterManager
public static class ClusterManager.IncomingInterceptorLookingForExceptionMessage
extends Object
implements Interceptor
-
Constructor Summary
ConstructorsConstructorDescriptionIncomingInterceptorLookingForExceptionMessage(ClusterManager manager, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintercept(Packet packet, RemotingConnection connection) Intercepts a packet which is received before it is sent to the channel
-
Constructor Details
-
IncomingInterceptorLookingForExceptionMessage
-
-
Method Details
-
intercept
Description copied from interface:BaseInterceptorIntercepts a packet which is received before it is sent to the channel- Specified by:
interceptin interfaceBaseInterceptor<Packet>- Parameters:
packet- the packet being receivedconnection- the connection the packet was received on- Returns:
trueto process the next interceptor and handle the packet,falseto abort processing of the packet- Throws:
ActiveMQException
-