Class | Description |
---|---|
BeanValidationInterceptor<T extends Message<?>> |
Interceptor that applies JSR303 bean validation on incoming
Message s. |
CorrelationDataInterceptor<T extends Message<?>> |
Message interceptor that registers
CorrelationDataProviders with the Unit of Work. |
LoggingInterceptor<T extends Message<?>> |
MessageDispatchInterceptor and MessageHandlerInterceptor implementation that logs dispatched and
incoming messages, and their result, to a SLF4J logger. |
TransactionManagingInterceptor<T extends Message<?>> |
Interceptor that uses a
TransactionManager to start a new transaction before a Message is handled. |
Exception | Description |
---|---|
JSR303ViolationException |
Exception indicating that a
Message has been refused due to a structural
validation failure. |
Annotation Type | Description |
---|---|
ExceptionHandler |
Annotation marking a Handler as an interceptor for other handlers that is only interested in handling
exception results.
|
MessageHandlerInterceptor |
Annotation marking an handler method as an interceptor handler.
|
ResultHandler |
Meta-Annotation used to demarcate
MessageHandlerInterceptor annotated methods as interceptors that should
only act on the result of a handler invocation. |
Copyright © 2010–2022. All rights reserved.