See: Description
Class | Description |
---|---|
BeanValidationInterceptor |
Interceptor that applies JSR303 bean validation on incoming commands.
|
LoggingInterceptor |
Command Handler Interceptor that logs incoming commands and their result to a SLF4J logger.
|
SerializationOptimizingInterceptor |
Interceptor that register a unit of work listener that wraps each EventMessage in a SerializationAware message.
|
Exception | Description |
---|---|
JSR303ViolationException |
Specialized version of the StructuralCommandValidationFailedException that provides a set of JSR303 constraint
violations that provide details about the exact failure of the command.
|
Copyright © 2010-2014. All Rights Reserved.