Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.replay | |
org.axonframework.eventsourcing.conflictresolution | |
org.axonframework.messaging.annotation | |
org.axonframework.spring.config.annotation | |
org.axonframework.test |
Classes in support of testing Axon based applications.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentUnitOfWorkParameterResolverFactory
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers.
|
class |
InterceptorChainParameterResolverFactory
Parameter resolver factory that adds support for resolving current
InterceptorChain . |
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
CurrentUnitOfWorkParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
ParameterResolver |
InterceptorChainParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
ParameterResolver<?> |
ConfigurationParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ConcludesBatchParameterResolverFactory
Paramater resolver factory for boolean event handler parameters annotated with
ConcludesBatch . |
static class |
SequenceNumberParameterResolverFactory.SequenceNumberParameterResolver
ParameterResolver that resolves SequenceNumber parameters
|
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
TrackingTokenParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
protected ParameterResolver<Long> |
SequenceNumberParameterResolverFactory.getResolver() |
protected ParameterResolver<Boolean> |
ConcludesBatchParameterResolverFactory.getResolver() |
protected ParameterResolver<Instant> |
TimestampParameterResolverFactory.getResolver() |
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
ReplayParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ConflictResolution
ParameterResolverFactory that add support for the ConflictResolver parameter type in annotated handlers.
|
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
ConflictResolution.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Class and Description |
---|---|
class |
FixedValueParameterResolver<T>
ParameterResolver implementation that injects a fixed value.
|
class |
PayloadParameterResolver
Implementation of a
ParameterResolver that resolves the Message payload as parameter in a handler method. |
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
SimpleResourceParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
ParameterResolver<P> |
AbstractAnnotatedParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
ParameterResolver |
ParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex)
If available, creates a ParameterResolver instance that can provide a parameter of type
parameterType for a given message. |
ParameterResolver |
DefaultParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
ParameterResolver |
MultiParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
protected abstract ParameterResolver<P> |
AbstractAnnotatedParameterResolverFactory.getResolver() |
protected ParameterResolver<String> |
SourceIdParameterResolverFactory.getResolver() |
protected ParameterResolver<String> |
MessageIdentifierParameterResolverFactory.getResolver() |
Modifier and Type | Method and Description |
---|---|
ParameterResolver<?> |
SpringBeanParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
FixtureResourceParameterResolverFactory.createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex) |
Copyright © 2010–2020. All rights reserved.