Skip navigation links
A B C D E G H I M N O P Q R S T U V W 

A

AbstractAnnotationHandlerBeanPostProcessor<I,T extends I> - Class in org.axonframework.spring.config
Deprecated.
Replaced by the MessageHandlerLookup and MessageHandlerConfigurer, eliminating the need of an abstract implementation used for command and query registration.
AbstractAnnotationHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.EventHandlerRegistrar
Deprecated.
 
afterPropertiesSet() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
afterPropertiesSet() - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
 
afterPropertiesSet() - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
Subscribes this event listener to the event bus.
Aggregate - Annotation Type in org.axonframework.spring.stereotype
Annotation that informs Axon's auto configurer for Spring that a given Component is an aggregate instance.
AnnotationCommandHandlerBeanPostProcessor - Class in org.axonframework.spring.config.annotation
Deprecated.
AnnotationCommandHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
Deprecated.
 
AnnotationDriven - Annotation Type in org.axonframework.spring.config
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list for which individual beans to register.
AnnotationDrivenRegistrar - Class in org.axonframework.spring.config
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. AnnotationDriven contains a list of look-up and registration components to replace this component with.
AnnotationDrivenRegistrar() - Constructor for class org.axonframework.spring.config.AnnotationDrivenRegistrar
Deprecated.
 
AnnotationQueryHandlerBeanPostProcessor - Class in org.axonframework.spring.config.annotation
Deprecated.
AnnotationQueryHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
Deprecated.
 
ApplicationContextEventPublisher - Class in org.axonframework.spring.messaging
Component that forward events received from a SubscribableMessageSource as Spring ApplicationEvent to the ApplicationContext.
ApplicationContextEventPublisher(SubscribableMessageSource<? extends EventMessage<?>>) - Constructor for class org.axonframework.spring.messaging.ApplicationContextEventPublisher
Initialize the publisher to forward events received from the given messageSource to the application context that this bean is part of.
ApplicationContextLookupParameterResolverFactory - Class in org.axonframework.spring.config
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly.
ApplicationContextLookupParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
Creates an instance, using the given defaultFactories.
AXON_CONFIGURATION_BEAN - Static variable in class org.axonframework.spring.config.SpringAxonAutoConfigurer
Deprecated.
Name of the AxonConfiguration bean.
AXON_CONFIGURER_BEAN - Static variable in class org.axonframework.spring.config.SpringAxonAutoConfigurer
Deprecated.
Name of the Configurer bean.
AxonConfiguration - Class in org.axonframework.spring.config
Deprecated.
AxonConfiguration(Configurer) - Constructor for class org.axonframework.spring.config.AxonConfiguration
Deprecated.
Initializes a new AxonConfiguration that uses the given configurer to build the configuration.
AxonStartedEvent - Class in org.axonframework.spring.event
Event published after initialization of Axon through the Spring event mechanism.
AxonStartedEvent() - Constructor for class org.axonframework.spring.event.AxonStartedEvent
 

B

BeanHelper - Class in org.axonframework.spring.config
Helper class to simplify the creation of bean definitions for components configured in Axon Configuration.
build() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
Initializes a SpringAggregateSnapshotter as specified through this Builder.
buildAggregateHierarchy(ListableBeanFactory, String[]) - Static method in class org.axonframework.spring.config.SpringAggregateLookup
Builds a hierarchy model from the given aggregatePrototypes found in the given beanFactory.
builder() - Static method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
Instantiate a Builder to be able to create a SpringAggregateSnapshotter.
Builder() - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 

C

commandBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
commandGateway(CommandBus) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
Returns the CommandGateway used to send commands to command handlers.
CommandHandlerSubscriber - Class in org.axonframework.spring.config
Deprecated.
CommandHandlerSubscriber() - Constructor for class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
commitTransaction(TransactionStatus) - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
Commits the transaction with given status if the transaction is new and not completed.
configureModule(Configurer) - Method in class org.axonframework.spring.config.MessageHandlerConfigurer
 
configureModule(Configurer) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
 
configureModule(Configurer) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
 
ConfigurerFactoryBean - Class in org.axonframework.spring.config
Deprecated.
Replaced by the SpringConfigurer, which itself is a Configurer implementation.
ConfigurerFactoryBean(Configurer) - Constructor for class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
Initialize the factory bean, using the given configurer to make available in the Application Context, once configured by the ConfigurerModules in that context.
convert(EventMessage<?>) - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
Converts the given Axon eventMessage to a Spring ApplicationEvent.
convertFromInboundMessage(Message<T>) - Method in class org.axonframework.spring.messaging.DefaultEventMessageConverter
 
convertFromInboundMessage(Message<T>) - Method in interface org.axonframework.spring.messaging.EventMessageConverter
Converts a Spring inbound message into an Axon event Message
convertToOutboundMessage(EventMessage<T>) - Method in class org.axonframework.spring.messaging.DefaultEventMessageConverter
 
convertToOutboundMessage(EventMessage<T>) - Method in interface org.axonframework.spring.messaging.EventMessageConverter
Converts Axon event into Spring message.
correlationDataProviders() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
createAggregateRoot(String, DomainEventMessage<?>) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.spring.config.annotation.SpringBeanDependencyResolverFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
 

D

defaultCommandBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
defaultComponent(Class<T>, Configuration) - Method in class org.axonframework.spring.config.SpringConfigurer
 
defaultEventBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
DefaultEventMessageConverter - Class in org.axonframework.spring.messaging
An EventMessageConverter that will convert an Axon event message into a Spring message by: Copying axon event payload into Spring message payload Copying axon event metadata into Spring message headers Adding axon event message specific attributes - that are not part of axon metadata - to the Spring message Headers.
DefaultEventMessageConverter() - Constructor for class org.axonframework.spring.messaging.DefaultEventMessageConverter
 
defaultQueryBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
defaultQueryUpdateEmitter() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
destroy() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 

E

eventBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
EventHandlerRegistrar - Class in org.axonframework.spring.config
Deprecated.
EventHandlerRegistrar(AxonConfiguration, ModuleConfiguration, EventProcessingConfigurer) - Constructor for class org.axonframework.spring.config.EventHandlerRegistrar
Deprecated.
Initialize the registrar to register beans discovered with the given eventProcessing.
EventMessageConverter - Interface in org.axonframework.spring.messaging
Interface describing a mechanism that converts Spring Messages from an Axon Event Messages and vice versa.
eventProcessingConfiguration() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
eventSerializer() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
eventStore(EventStore) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
executor(Executor) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 

G

getAdapterInterfaces() - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Returns the interface that the adapter implements to connect the annotated method to the actual interface definition.
getAdapterInterfaces() - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
Deprecated.
 
getAdapterInterfaces() - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
Deprecated.
 
getAggregateFactory(Class<?>) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
 
getAggregateType() - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
getBeanReference(BeanDefinitionRegistry) - Static method in class org.axonframework.spring.config.annotation.SpringContextHandlerDefinitionBuilder
Deprecated.
Create, if necessary, a bean definition for a HandlerDefinition and returns the reference to bean for use in other Bean Definitions.
getBeanReference(BeanDefinitionRegistry) - Static method in class org.axonframework.spring.config.annotation.SpringContextParameterResolverFactoryBuilder
Deprecated.
Create, if necessary, a bean definition for a ParameterResolverFactory and returns the reference to bean for use in other Bean Definitions.
getComponent(Class<T>, Supplier<T>) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
getConnection() - Method in class org.axonframework.spring.jdbc.SpringDataSourceConnectionProvider
 
getMessageType() - Method in enum org.axonframework.spring.config.MessageHandlerConfigurer.Type
Returns the supported Message implementation.
getModules() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
 
getObject() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
getObject() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
Deprecated.
 
getObject() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
getObject() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
Deprecated.
 
getObject() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
getObject() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
getObject() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
 
getObject() - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
getObjectType() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
Deprecated.
 
getObjectType() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
Deprecated.
 
getPhase() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
getPhase() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
getPhase() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 

H

handle(List<? extends EventMessage<?>>) - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
If allows by the filter, wraps the given event in a GenericMessage ands sends it to the configured MessageChannel.
handleMessage(Message<?>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
Handles the given message.
handlerDefinition(Class<?>) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
handlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
HandlerDefinitionFactoryBean - Class in org.axonframework.spring.config.annotation
Spring FactoryBean that creates a HandlerDefinition using configured HandlerDefinition and {@link HandlerEnhancerDefinition) beans (e.g.
HandlerDefinitionFactoryBean(List<HandlerDefinition>, List<HandlerEnhancerDefinition>) - Constructor for class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
 

I

ImportSelector() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
Deprecated.
 
InboundEventMessageChannelAdapter - Class in org.axonframework.spring.messaging
Adapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.
InboundEventMessageChannelAdapter() - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
Initialize the adapter to publish all incoming events to the subscribed processors.
InboundEventMessageChannelAdapter(EventBus) - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
Initialize an InboundEventMessageChannelAdapter instance that sends all incoming Event Messages to the given eventBus.
InboundEventMessageChannelAdapter(List<Consumer<List<? extends EventMessage<?>>>>, EventMessageConverter) - Constructor for class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
Initialize the adapter to publish all incoming events to the subscribed processors.
initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Create an AnnotationEventListenerAdapter instance of the given bean.
initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
Deprecated.
 
initializeAdapterFor(Object, ParameterResolverFactory, HandlerDefinition) - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
Deprecated.
 
injectResources(Object) - Method in class org.axonframework.spring.saga.SpringResourceInjector
 
isAutoStartup() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
isAutoStartup() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
isAutoStartup() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Indicates whether an object of the given targetClass should be post processed.
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
Deprecated.
 
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.annotation.AnnotationQueryHandlerBeanPostProcessor
Deprecated.
 
isQualifierMatch(String, ConfigurableListableBeanFactory, String) - Static method in class org.axonframework.spring.SpringUtils
Match if the given qualifier can be found on the BeanDefinition of the given beanName.
isRunning() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
isRunning() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
isRunning() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
isRunning() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.config.RepositoryFactoryBean
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
Deprecated.
 
isSingleton() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
 

M

matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
Deprecated.
 
messageHandlerBeans(Class<? extends Message<?>>, ConfigurableListableBeanFactory) - Static method in class org.axonframework.spring.config.MessageHandlerLookup
Returns a list of beans found in the given register that contain a handler for the given messageType.
messageHandlerBeans(Class<? extends Message<?>>, ConfigurableListableBeanFactory, boolean) - Static method in class org.axonframework.spring.config.MessageHandlerLookup
Returns a list of beans found in the given register that contain a handler for the given messageType.
MessageHandlerConfigurer - Class in org.axonframework.spring.config
An implementation of a ConfigurerModule that will register a list of beans as handlers for a specific type of message.
MessageHandlerConfigurer(MessageHandlerConfigurer.Type, List<String>) - Constructor for class org.axonframework.spring.config.MessageHandlerConfigurer
Registers the beans identified in given beanRefs as the given type of handler with the Axon Configuration.
MessageHandlerConfigurer.Type - Enum in org.axonframework.spring.config
Enumeration defining the auto configurable message handler types.
MessageHandlerLookup - Class in org.axonframework.spring.config
A BeanDefinitionRegistryPostProcessor implementation that detects beans with Axon Message handlers and registers an MessageHandlerConfigurer to have these handlers registered in the Axon Configuration.
MessageHandlerLookup() - Constructor for class org.axonframework.spring.config.MessageHandlerLookup
 
messageMonitor(Class<?>, String) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
messageSerializer() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 

N

NoBeanOfType - Annotation Type in org.axonframework.spring.config
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list for which individual beans to register.
NoBeanOfType.NoBeanOfTypeDefined - Class in org.axonframework.spring.config
Deprecated.
Condition that checks if a bean with given class already exists in the Spring context.
NoBeanOfTypeDefined() - Constructor for class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
Deprecated.
 

O

onShutdown(int, LifecycleHandler) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
onStart(int, LifecycleHandler) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
org.axonframework.spring - package org.axonframework.spring
 
org.axonframework.spring.config - package org.axonframework.spring.config
 
org.axonframework.spring.config.annotation - package org.axonframework.spring.config.annotation
 
org.axonframework.spring.event - package org.axonframework.spring.event
 
org.axonframework.spring.eventhandling.scheduling.java - package org.axonframework.spring.eventhandling.scheduling.java
 
org.axonframework.spring.eventhandling.scheduling.quartz - package org.axonframework.spring.eventhandling.scheduling.quartz
 
org.axonframework.spring.eventsourcing - package org.axonframework.spring.eventsourcing
 
org.axonframework.spring.jdbc - package org.axonframework.spring.jdbc
 
org.axonframework.spring.messaging - package org.axonframework.spring.messaging
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
org.axonframework.spring.messaging.unitofwork - package org.axonframework.spring.messaging.unitofwork
 
org.axonframework.spring.modelling - package org.axonframework.spring.modelling
 
org.axonframework.spring.saga - package org.axonframework.spring.saga
 
org.axonframework.spring.stereotype - package org.axonframework.spring.stereotype
 
OutboundEventMessageChannelAdapter - Class in org.axonframework.spring.messaging
Adapter class that sends Events from an event bus to a Spring Messaging Message Channel.
OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given messageSource to the given channel.
OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel, Predicate<? super EventMessage<?>>) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given messageSource to the given channel.
OutboundEventMessageChannelAdapter(SubscribableMessageSource<EventMessage<?>>, MessageChannel, Predicate<? super EventMessage<?>>, EventMessageConverter) - Constructor for class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
Initialize an adapter to forward messages from the given messageSource to the given channel.

P

parameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
postProcessAfterInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.MessageHandlerLookup
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringAggregateLookup
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringSagaLookup
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.MessageHandlerLookup
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.SpringAggregateLookup
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.axonframework.spring.config.SpringSagaLookup
 
postProcessBeforeInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.

Q

QuartzEventSchedulerFactoryBean - Class in org.axonframework.spring.eventhandling.scheduling.quartz
Spring FactoryBean that creates a QuartzEventScheduler instance using resources found in the Spring Application Context.
QuartzEventSchedulerFactoryBean() - Constructor for class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
queryBus() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
queryGateway(QueryBus) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
QueryHandlerSubscriber - Class in org.axonframework.spring.config
Deprecated.
QueryHandlerSubscriber() - Constructor for class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
queryUpdateEmitter() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 

R

registerAnnotationCommandHandlerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
Deprecated.
Create the BeanDefinition for the AnnotationCommandHandlerBeanPostProcessor and register it.
registerAnnotationQueryHandlerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
Deprecated.
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
Deprecated.
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
Deprecated.
 
repository(Class<T>) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
repository(Class<T>, Configuration) - Static method in class org.axonframework.spring.config.BeanHelper
Retrieves the Repository for given aggregateType from given configuration.
RepositoryFactoryBean<T> - Class in org.axonframework.spring.config
Deprecated.
RepositoryFactoryBean(AggregateConfiguration<T>) - Constructor for class org.axonframework.spring.config.RepositoryFactoryBean
Deprecated.
Initialize the Factory Bean using given aggregateConfiguration to locate the configured Repository instance.
repositoryProvider(RepositoryProvider) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
resourceInjector() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
rollbackTransaction(TransactionStatus) - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
Rolls back the transaction with given status if the transaction is new and not completed.

S

Saga - Annotation Type in org.axonframework.spring.stereotype
Annotation that informs Axon's auto configurer for Spring that a given Component is a saga instance.
selectImports(AnnotationMetadata) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
Deprecated.
 
setAdditionalFactories(List<ParameterResolverFactory>) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
Defines any additional parameter resolver factories that need to be used to resolve parameters.
setAdditionalHandlerEnhancers(List<HandlerEnhancerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
Defines any additional handler definitions that should be used.
setAdditionalHandlers(List<HandlerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
Defines any additional handler definitions that should be used.
setAdditionalHandlers(List<HandlerEnhancerDefinition>) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
Defines any additional handler enhancer definitions that should be used.
setAggregateFactory(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the AggregateFactory to use for this Aggregate.
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.MessageHandlerConfigurer
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.messaging.ApplicationContextEventPublisher
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.saga.SpringResourceInjector
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.HandlerDefinitionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
 
setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
Deprecated.
 
setBeanName(String) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
setCache(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the Cache to use for this Aggregate.
setCommandBus(CommandBus) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
Sets the command bus to use when subscribing command handlers.
setCommandHandlers(Collection<MessageHandler>) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
Sets the command handlers to subscribe to the bus.
setCommandTargetResolver(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the CommandTargetResolver to use for this Aggregate.
setConfiguration(Configuration) - Method in class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
Deprecated.
Sets the Configuration that the Repository will be retrieved from.
setConfigurerModules(List<ConfigurerModule>) - Method in class org.axonframework.spring.config.ConfigurerFactoryBean
Deprecated.
Registers the configurerModules that provide context-sensitive default settings for the Configurer.
setEventBus(EventBus) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
Sets the eventBus that scheduled events should be published to.
setEventBus(EventBus) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the event bus to which scheduled events need to be published.
setEventHandlers(List<Object>) - Method in class org.axonframework.spring.config.EventHandlerRegistrar
Deprecated.
Registers the given beans as event handlers with the Event Handler Configuration.
setEventJobDataBinder(EventJobDataBinder) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the EventJobDataBinder instance which reads / writes the event message to publish to the JobDataMap.
setEventStore(EventStore) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Sets the Event Store instance to write the snapshots to
setExecutor(Executor) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Sets the executor to process the creation (and storage) of each snapshot.
setExecutorService(ScheduledExecutorService) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
Sets the ExecutorService implementation that monitors the triggers and provides the Threads to publish events.
setFilterEventsByType(boolean) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Indicates whether to enable "filter events by type" for this Aggregate.
setGroupIdentifier(String) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the group identifier to use when scheduling jobs with Quartz.
setHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Sets the HandlerDefinition to create concrete handlers.
setHandlerDefinition(HandlerDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Sets handler definition to be able to create concrete handlers.
setLockFactory(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the LockFactory to use for this Aggregate.
setParameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Deprecated.
Sets the ParameterResolverFactory to create the Parameter Resolvers with that provide the parameter values for the handler methods.
setQueryBus(QueryBus) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
setQueryHandlers(Collection<QueryHandlerAdapter>) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
setRepository(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the Repository to configure for this Aggregate.
setRepositoryProvider(RepositoryProvider) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Sets repository provider in order to have possibility to spawn new aggregates from THE aggregate.
setSagaStore(String) - Method in class org.axonframework.spring.config.SpringSagaConfigurer
Sets the bean name of the SagaStore to configure.
setScheduler(Scheduler) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the backing Quartz Scheduler for this timer.
setSerializer(Serializer) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the Serializer used by the EventJobDataBinder.
setSnapshotFilter(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the SnapshotFilter to configure for this Aggregate.
setSnapshotTriggerDefinition(String) - Method in class org.axonframework.spring.config.SpringAggregateConfigurer
Sets the bean name of the SnapshotTriggerDefinition to use for this Aggregate.
setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
The TransactionDefinition to use by the transaction manager.
setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
The TransactionDefinition to use by the transaction manager.
setTransactionDefinition(TransactionDefinition) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Optionally sets the transaction definition to use.
setTransactionManager(Object) - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
Deprecated.
Sets the actual transaction manager.
setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
Sets the transaction manager that manages the transaction around the publication of an event.
setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the transaction manager that manages the transaction around the publication of an event.
setTransactionManager(PlatformTransactionManager) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Sets the transaction manager to manager underlying transaction with.
shutdown() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
SimpleEventSchedulerFactoryBean - Class in org.axonframework.spring.eventhandling.scheduling.java
Spring FactoryBean that creates a SimpleEventScheduler instance using resources found in the Spring Application Context.
SimpleEventSchedulerFactoryBean() - Constructor for class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 
spanFactory(SpanFactory) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
SpringAggregateConfigurer<T> - Class in org.axonframework.spring.config
A ConfigurerModule implementation that will configure an Aggregate with the Axon Configuration.
SpringAggregateConfigurer(Class<T>, Set<Class<? extends T>>) - Constructor for class org.axonframework.spring.config.SpringAggregateConfigurer
Initializes a ConfigurerModule for given aggregateType and possible subTypes.
SpringAggregateLookup - Class in org.axonframework.spring.config
A BeanDefinitionRegistryPostProcessor implementation that scans for Aggregate types and registers a configurer for each Aggregate found.
SpringAggregateLookup() - Constructor for class org.axonframework.spring.config.SpringAggregateLookup
 
SpringAggregateSnapshotter - Class in org.axonframework.spring.eventsourcing
Snapshotter implementation that uses the AggregateRoot as state for the snapshot.
SpringAggregateSnapshotter(SpringAggregateSnapshotter.Builder) - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter
Instantiate a SpringAggregateSnapshotter based on the fields contained in the SpringAggregateSnapshotter.Builder.
SpringAggregateSnapshotter.Builder - Class in org.axonframework.spring.eventsourcing
Builder class to instantiate a SpringAggregateSnapshotter.
SpringAggregateSnapshotterFactoryBean - Class in org.axonframework.spring.eventsourcing
Implementation of the AggregateSnapshotter that eases the configuration when used within a Spring Application Context.
SpringAggregateSnapshotterFactoryBean() - Constructor for class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
 
SpringAxonAutoConfigurer - Class in org.axonframework.spring.config
Deprecated.
SpringAxonAutoConfigurer() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer
Deprecated.
 
SpringAxonAutoConfigurer.ImportSelector - Class in org.axonframework.spring.config
Deprecated.
Implementation of an SpringAxonAutoConfigurer.ImportSelector that enables the import of the SpringAxonAutoConfigurer after all @Configuration beans have been processed.
SpringAxonConfiguration - Class in org.axonframework.spring.config
Factory Bean implementation that creates an Axon Configuration for a Configurer.
SpringAxonConfiguration(Configurer) - Constructor for class org.axonframework.spring.config.SpringAxonConfiguration
Initialize this Configuration instance.
SpringBeanDependencyResolverFactory - Class in org.axonframework.spring.config.annotation
ParameterResolverFactory implementation that resolves parameters using Spring dependency resolution.
SpringBeanDependencyResolverFactory(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringBeanDependencyResolverFactory
Default constructor requiring an application context, for use internally by Axon.
SpringBeanParameterResolverFactory - Class in org.axonframework.spring.config.annotation
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context.
SpringBeanParameterResolverFactory() - Constructor for class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
Default constructor, which relies on Spring to inject the application context.
SpringBeanParameterResolverFactory(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
Convenience constructor to use when an instance is not managed by Spring, but an application context is available.
SpringConfigurer - Class in org.axonframework.spring.config
A Configurer implementation that considers the Spring Application context as a source for components.
SpringConfigurer(ConfigurableListableBeanFactory) - Constructor for class org.axonframework.spring.config.SpringConfigurer
Initialize this Configurer using given beanFactory to locate components.
SpringContextHandlerDefinitionBuilder - Class in org.axonframework.spring.config.annotation
Deprecated.
SpringContextParameterResolverFactoryBuilder - Class in org.axonframework.spring.config.annotation
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly.
SpringDataSourceConnectionProvider - Class in org.axonframework.spring.jdbc
ConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly.
SpringDataSourceConnectionProvider(DataSource) - Constructor for class org.axonframework.spring.jdbc.SpringDataSourceConnectionProvider
Initialize the connection provider, using given dataSource to obtain a connection, when required.
SpringHandlerDefinitionBean - Class in org.axonframework.spring.config.annotation
Deprecated.
SpringHandlerDefinitionBean() - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
Initializes definition bean with assumption that application context will be injected.
SpringHandlerDefinitionBean(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerDefinitionBean
Deprecated.
Initializes definition bean with given application context.
SpringHandlerEnhancerDefinitionBean - Class in org.axonframework.spring.config.annotation
Deprecated.
SpringHandlerEnhancerDefinitionBean() - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
Initializes definition bean with assumption that application context will be injected.
SpringHandlerEnhancerDefinitionBean(ApplicationContext) - Constructor for class org.axonframework.spring.config.annotation.SpringHandlerEnhancerDefinitionBean
Deprecated.
Initializes definition bean with given application context.
SpringParameterResolverFactoryBean - Class in org.axonframework.spring.config.annotation
Spring factory bean that creates a ParameterResolverFactory instance that is capable of resolving parameter values as Spring Beans, in addition to the default behavior defined by Axon.
SpringParameterResolverFactoryBean() - Constructor for class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
SpringPrototypeAggregateFactory<T> - Class in org.axonframework.spring.eventsourcing
AggregateFactory implementation that uses Spring prototype beans to create new uninitialized instances of Aggregates.
SpringPrototypeAggregateFactory(String) - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
Initializes the factory to create beans instances for the bean with given prototypeBeanName.
SpringPrototypeAggregateFactory(String, Map<Class<? extends T>, String>) - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
Initializes the factory to create beans instances for the bean with given prototypeBeanName and its subtypes.
SpringRepositoryFactoryBean<T> - Class in org.axonframework.spring.modelling
Deprecated.
Instead of using a factory bean, consider retrieving the Repository directly from the Axon Configuration. Alternatively, when building a BeanDefinition, use the BeanHelper factory methods to retrieve it.
SpringRepositoryFactoryBean(Class<T>) - Constructor for class org.axonframework.spring.modelling.SpringRepositoryFactoryBean
Deprecated.
Constructs the SpringRepositoryFactoryBean for the provided aggregateClass.
SpringResourceInjector - Class in org.axonframework.spring.saga
ResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in.
SpringResourceInjector() - Constructor for class org.axonframework.spring.saga.SpringResourceInjector
 
SpringSagaConfigurer - Class in org.axonframework.spring.config
A ConfigurerModule implementation that configures a Saga based on configuration found in the Application Context.
SpringSagaConfigurer(Class<?>) - Constructor for class org.axonframework.spring.config.SpringSagaConfigurer
Initialize the Saga for given sagaType.
SpringSagaLookup - Class in org.axonframework.spring.config
A BeanDefinitionRegistryPostProcessor implementation that scans for Saga types and registers a configurer for each Saga found.
SpringSagaLookup() - Constructor for class org.axonframework.spring.config.SpringSagaLookup
 
SpringTransactionManager - Class in org.axonframework.spring.messaging.unitofwork
TransactionManager implementation that uses a PlatformTransactionManager as underlying transaction manager.
SpringTransactionManager(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
 
SpringTransactionManager(PlatformTransactionManager) - Constructor for class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
Initializes the SpringTransactionManager with the given transactionManager and the default transaction definition.
SpringUtils - Class in org.axonframework.spring
Utility class for Spring specific helper functions.
start() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
start() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
start() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
start() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
startTransaction() - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
 
stop() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
stop(Runnable) - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 
stop(Runnable) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
stop() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
Deprecated.
 
stop(Runnable) - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
stop() - Method in class org.axonframework.spring.config.QueryHandlerSubscriber
Deprecated.
 
stop() - Method in class org.axonframework.spring.config.SpringAxonConfiguration
 
subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
 

T

transactionManager(TransactionManager) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
 
TransactionManagerFactoryBean - Class in org.axonframework.spring.config
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly.
TransactionManagerFactoryBean() - Constructor for class org.axonframework.spring.config.TransactionManagerFactoryBean
Deprecated.
 
transform(EventMessage<?>) - Method in class org.axonframework.spring.messaging.OutboundEventMessageChannelAdapter
Transforms the given Axon event into a Spring Messaging Message.
transformMessage(Message<?>) - Method in class org.axonframework.spring.messaging.InboundEventMessageChannelAdapter
Transforms the given incoming Spring Messaging message to an Axon EventMessage.

U

upcasterChain() - Method in class org.axonframework.spring.config.AxonConfiguration
Deprecated.
 

V

validate() - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotter.Builder
Validates whether the fields contained in this Builder are set accordingly.
valueOf(String) - Static method in enum org.axonframework.spring.config.MessageHandlerConfigurer.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.axonframework.spring.config.MessageHandlerConfigurer.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withSubtypeSupport(String, Map<Class<? extends T>, String>) - Static method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
Initializes the factory to create bean instances for the bean with given prototypeBeanName and its subtypes.
A B C D E G H I M N O P Q R S T U V W 
Skip navigation links

Copyright © 2010–2023. All rights reserved.