Package | Description |
---|---|
org.axonframework.auditing | |
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.commandhandling.disruptor | |
org.axonframework.commandhandling.interceptors |
Contains some useful implementations of interceptors that many application can benefit from.
|
Modifier and Type | Method and Description |
---|---|
Object |
AuditingInterceptor.handle(CommandMessage<?> command,
UnitOfWork unitOfWork,
InterceptorChain chain) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInterceptorChain
Mechanism that takes care of interceptor and event handler execution.
|
Modifier and Type | Method and Description |
---|---|
Object |
CommandHandlerInterceptor.handle(CommandMessage<?> commandMessage,
UnitOfWork unitOfWork,
InterceptorChain interceptorChain)
The handle method is invoked each time a command is dispatched through the command bus that the
CommandHandlerInterceptor is declared on.
|
Modifier and Type | Method and Description |
---|---|
InterceptorChain |
CommandHandlingEntry.getInvocationInterceptorChain()
Returns the InterceptorChain for the invocation process registered with this entry, or
null if none
is available. |
InterceptorChain |
CommandHandlingEntry.getPublisherInterceptorChain()
Returns the InterceptorChain for the publication process registered with this entry, or
null if
none
is available. |
Modifier and Type | Method and Description |
---|---|
Object |
SerializationOptimizingInterceptor.handle(CommandMessage<?> commandMessage,
UnitOfWork unitOfWork,
InterceptorChain interceptorChain) |
Object |
LoggingInterceptor.handle(CommandMessage<?> command,
UnitOfWork unitOfWork,
InterceptorChain chain) |
Object |
BeanValidationInterceptor.handle(CommandMessage<?> command,
UnitOfWork unitOfWork,
InterceptorChain interceptorChain) |
Copyright © 2010-2014. All Rights Reserved.