Package org.axonframework.commandhandling.interceptors

Contains some useful implementations of interceptors that many application can benefit from.

See:
          Description

Class Summary
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 Summary
JSR303ViolationException Specialized version of the StructuralCommandValidationFailedException that provides a set of JSR303 constraint violations that provide details about the exact failure of the command.
 

Package org.axonframework.commandhandling.interceptors Description

Contains some useful implementations of interceptors that many application can benefit from.



Copyright © 2010-2016. All Rights Reserved.