Package | Description |
---|---|
org.axonframework.disruptor.commandhandling | |
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.messaging.annotation | |
org.axonframework.messaging.interceptors | |
org.axonframework.modelling.command.inspection |
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 |
---|---|
static InterceptorChain |
InterceptorChainParameterResolverFactory.currentInterceptorChain()
Returns the current interceptor chain registered for injection as a parameter.
|
InterceptorChain |
InterceptorChainParameterResolverFactory.resolveParameterValue(Message<?> message) |
Modifier and Type | Method and Description |
---|---|
ParameterResolver<InterceptorChain> |
InterceptorChainParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
static <R> R |
InterceptorChainParameterResolverFactory.callWithInterceptorChain(InterceptorChain interceptorChain,
Callable<R> action)
Invoke the given
action with the given interceptorChain being available
for parameter injection. |
static void |
InterceptorChainParameterResolverFactory.initialize(InterceptorChain interceptorChain)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
Object |
AnnotatedCommandHandlerInterceptor.handle(UnitOfWork<? extends CommandMessage<?>> unitOfWork,
InterceptorChain interceptorChain) |
Copyright © 2010–2022. All rights reserved.