Interface Interceptor
-
- All Superinterfaces:
BaseInterceptor<Packet>
- All Known Implementing Classes:
ClusterManager.IncomingInterceptorLookingForExceptionMessage,HQFilterConversionInterceptor,HQPropertiesConversionInterceptor
public interface Interceptor extends BaseInterceptor<Packet>
This is class is a simple way to intercepting calls on ActiveMQ Artemis client and servers.To add an interceptor to ActiveMQ Artemis server, you have to modify the server configuration file broker.xml.
To add it to a client, useServerLocator.addIncomingInterceptor(Interceptor)
-
-
Method Summary
-
Methods inherited from interface org.apache.activemq.artemis.api.core.BaseInterceptor
intercept
-
-