| Package | Description |
|---|---|
| org.axonframework.messaging.annotation |
| Modifier and Type | Class and Description |
|---|---|
class |
NoMoreInterceptors<T>
This will implement
MessageHandlerInterceptorMemberChain with no more interceptors. |
| Modifier and Type | Method and Description |
|---|---|
MessageHandlerInterceptorMemberChain<T> |
AnnotatedHandlerInspector.chainedInterceptor(Class<?> type)
Returns an Interceptor Chain of annotated interceptor methods defined on the given
type. |
static <T> MessageHandlerInterceptorMemberChain<T> |
NoMoreInterceptors.instance()
Creates and returns a new instance
|
Copyright © 2010–2025. All rights reserved.