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.
|
ConfigurerModule |
Interface describing a configurer for a module in the Axon Configuration API.
|
EventProcessingConfiguration |
Defines a contract for accessor methods regarding event processing configuration.
|
EventProcessingConfigurer |
Defines a contract for configuring event processing.
|
EventProcessingConfigurer.EventProcessorBuilder |
Contract which defines how to build an event processor.
|
MessageMonitorFactory |
Interface describing a factory for a Message Monitor.
|
ModuleConfiguration |
Interface describing a module for the Axon Configuration API.
|
SagaConfiguration<S> |
Represents a set of components needed to configure a Saga.
|
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.
|
ConfigurationScopeAwareProvider |
Implementation of the
ScopeAwareProvider which will retrieve a List of ScopeAware components
in a lazy manner. |
DefaultConfigurer |
Entry point of the Axon Configuration API.
|
EventProcessingModule |
Event processing module configuration.
|
SagaConfigurer<T> |
Provides mechanisms to configure the components used to manage and store 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–2018. All rights reserved.