public class DispatchInterceptors<M extends org.axonframework.messaging.Message<?>> extends Object
MessageDispatchInterceptors that apply all interceptors in the order of registration.| Constructor and Description |
|---|
DispatchInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
<T extends M> |
intercept(T message) |
org.axonframework.common.Registration |
registerDispatchInterceptor(org.axonframework.messaging.MessageDispatchInterceptor<? super M> dispatchInterceptor) |
Copyright © 2010–2023. All rights reserved.