Class DispatchInterceptors<M extends Message<?>>
java.lang.Object
org.axonframework.axonserver.connector.DispatchInterceptors<M>
Composite of
MessageDispatchInterceptors that apply all interceptors in the order of registration.- Since:
- 4.0
- Author:
- Sara Pellegrini
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends M>
Tintercept(T message) registerDispatchInterceptor(MessageDispatchInterceptor<? super M> dispatchInterceptor)
-
Constructor Details
-
DispatchInterceptors
public DispatchInterceptors()
-
-
Method Details
-
registerDispatchInterceptor
public Registration registerDispatchInterceptor(MessageDispatchInterceptor<? super M> dispatchInterceptor) -
intercept
-