public class DispatchInterceptors<M extends org.axonframework.messaging.Message<?>> extends Object
| 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–2018. All rights reserved.