Interface | Description |
---|---|
AggregateConfiguration<A> |
Specialization of the Module Configuration for modules that define an Aggregate Configuration.
|
Configuration |
Interface describing the Global Configuration for Axon components.
|
Configurer |
Entry point of the Axon Configuration API.
|
EventHandlingConfiguration.EventProcessorBuilder |
Interface describing a Builder function for Event Processors.
|
MessageMonitorFactory |
Interface describing a factory for a Message Monitor.
|
ModuleConfiguration |
Interface describing a module for the Axon Configuration API.
|
Class | Description |
---|---|
AggregateConfigurer<A> |
Axon Configuration API extension that allows the definition of an Aggregate.
|
Component<B> |
A Component used in the Axon Configurer.
|
ConfigurationParameterResolverFactory |
ParameterResolverFactory implementation that resolves parameters from available components in the Configuration
instance it was configured with.
|
ConfigurationResourceInjector |
ResourceInjector implementation that injects resources defined in the Axon Configuration.
|
DefaultConfigurer |
Entry point of the Axon Configuration API.
|
EventHandlingConfiguration |
Module Configuration implementation that defines an Event Handling component.
|
SagaConfiguration<S> |
Module Configuration implementation that defines a Saga.
|
Annotation Type | Description |
---|---|
ProcessingGroup |
Hint for the Configuration API that the annotated Event Handler object should be assigned to an Event Processor with
the specified name.
|
Copyright © 2010–2017. All rights reserved.