Package | Description |
---|---|
org.axonframework.commandhandling.disruptor | |
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.messaging.interceptors |
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 |
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) |
Object |
BeanValidationInterceptor.handle(UnitOfWork<? extends T> unitOfWork,
InterceptorChain interceptorChain) |
Copyright © 2010–2017. All rights reserved.