Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.disruptor.commandhandling | |
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.messaging.interceptors | |
org.axonframework.modelling.command.inspection |
Modifier and Type | Method and Description |
---|---|
InterceptorChain |
InterceptorChainParameterResolverFactory.resolveParameterValue(Message<?> message) |
Modifier and Type | Method and Description |
---|---|
static void |
InterceptorChainParameterResolverFactory.initialize(InterceptorChain interceptorChain)
Initializes current unit of work with interceptor chain.
|
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 | Class and Description |
---|---|
class |
DefaultInterceptorChain<T extends Message<?>>
Mechanism that takes care of interceptor and handler execution.
|
Modifier and Type | Method and Description |
---|---|
Object |
MessageHandlerInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain)
Invoked before a Message is handled by a designated
MessageHandler . |
Modifier and Type | Method and Description |
---|---|
Object |
BeanValidationInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain) |
Object |
TransactionManagingInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain) |
Object |
LoggingInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain) |
Object |
CorrelationDataInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain) |
Modifier and Type | Method and Description |
---|---|
Object |
AnnotatedCommandHandlerInterceptor.handle(UnitOfWork<? extends CommandMessage<?>> unitOfWork,
InterceptorChain interceptorChain) |
Copyright © 2010–2018. All rights reserved.