Class | Description |
---|---|
BeanValidationInterceptor<T extends Message<?>> |
Interceptor that applies JSR303 bean validation on incoming messages.
|
CorrelationDataInterceptor<T extends Message<?>> |
Message interceptor that registers
CorrelationDataProviders with the Unit of Work. |
LoggingInterceptor<T extends Message<?>> |
Message Handler Interceptor that logs 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.
|
Copyright © 2010–2017. All rights reserved.