Skip navigation links
A C D E G H I J M N O P Q R S T 

A

AbstractAnnotationHandlerBeanPostProcessor<I,T extends I> - Class in org.axonframework.spring.config
Abstract bean post processor that finds candidates for proxying.
AbstractAnnotationHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
 
accept(Class<?>) - Method in interface org.axonframework.spring.messaging.adapter.EventFilter
Whether or not this filter allows an event of the given type to pass through or not.
accept(Class<?>) - Method in class org.axonframework.spring.messaging.adapter.NoFilter
Whether or not this filter allows an event of the given type to pass through or not.
addCommandDispatchInterceptor(MessageDispatchInterceptor<CommandMessage<?>>) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Add an interceptor that should be invoked before a command is dispatched the the Command Bus.
afterPropertiesSet() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
afterPropertiesSet() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
 
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.adapter.EventListeningMessageChannelAdapter
Subscribes this event listener to the event bus.
Aggregate - Annotation Type in org.axonframework.spring.stereotype
 
AnnotationCommandHandlerBeanPostProcessor - Class in org.axonframework.spring.config.annotation
Spring Bean post processor that automatically generates an adapter for each bean containing CommandHandler annotated methods.
AnnotationCommandHandlerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
 
AnnotationDriven - Annotation Type in org.axonframework.spring.config
Annotation for @Configuration that will automatically subscribe @CommandHandler and @EventHandler annotated beans with the CommandBus and EventBus, respectively.
AnnotationDrivenRegistrar - Class in org.axonframework.spring.config
Spring @Configuration related class that adds Axon Annotation PostProcessors to the BeanDefinitionRegistry.
AnnotationDrivenRegistrar() - Constructor for class org.axonframework.spring.config.AnnotationDrivenRegistrar
 
AnnotationEventListenerBeanPostProcessor - Class in org.axonframework.spring.config
Spring Bean post processor that automatically generates an adapter for each bean containing EventHandler annotated methods.
AnnotationEventListenerBeanPostProcessor() - Constructor for class org.axonframework.spring.config.AnnotationEventListenerBeanPostProcessor
 
ApplicationContextLookupParameterResolverFactory - Class in org.axonframework.spring.config
FactoryBean implementation that create a ParameterResolverFactory, which auto-detects beans implementing ParameterResolverFactory beans in the application context.
ApplicationContextLookupParameterResolverFactory(List<ParameterResolverFactory>) - Constructor for class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
Creates an instance, using the given defaultFactories.
AxonConfiguration - Class in org.axonframework.spring.config
 
AxonConfiguration(Configuration) - Constructor for class org.axonframework.spring.config.AxonConfiguration
 
AxonConfiguration.ConfigurationLifecycle - Class in org.axonframework.spring.config
 

C

commandBus() - Method in class org.axonframework.spring.config.AxonConfiguration
 
CommandGatewayFactoryBean<T> - Class in org.axonframework.spring.commandhandling.gateway
FactoryBean that creates a gateway instance for any given (compatible) interface.
CommandGatewayFactoryBean() - Constructor for class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
 
CommandHandlerSubscriber - Class in org.axonframework.spring.config
Registers Spring beans that implement both MessageHandler and SupportedCommandNamesAware with the command bus.
CommandHandlerSubscriber() - Constructor for class org.axonframework.spring.config.CommandHandlerSubscriber
 
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.
configurationLifecycle() - Method in class org.axonframework.spring.config.AxonConfiguration
 
ConfigurationLifecycle() - Constructor for class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
correlationDataProviders() - Method in class org.axonframework.spring.config.AxonConfiguration
 
createAggregateRoot(String, DomainEventMessage<?>) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
createInstance(Executable, Parameter[], int) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
 

D

destroy() - Method in class org.axonframework.spring.eventhandling.scheduling.java.SimpleEventSchedulerFactoryBean
 

E

EnableAxonAutoConfiguration - Annotation Type in org.axonframework.spring.config
 
eventBus() - Method in class org.axonframework.spring.config.AxonConfiguration
 
EventFilter - Interface in org.axonframework.spring.messaging.adapter
Interface describing an Event Filter.
EventListeningMessageChannelAdapter - Class in org.axonframework.spring.messaging.adapter
Adapter class that sends Events from an event bus to a Spring Messaging Message Channel.
EventListeningMessageChannelAdapter(EventBus, MessageChannel) - Constructor for class org.axonframework.spring.messaging.adapter.EventListeningMessageChannelAdapter
Initialize an adapter to forward messages from the given eventBus to the given channel.
EventListeningMessageChannelAdapter(EventBus, MessageChannel, EventFilter) - Constructor for class org.axonframework.spring.messaging.adapter.EventListeningMessageChannelAdapter
Initialize an adapter to forward messages from the given eventBus to the given channel.
EventPublishingMessageChannelAdapter - Class in org.axonframework.spring.messaging.adapter
Adapter class that publishes Events from a Spring Messaging Message Channel on the Event Bus.
EventPublishingMessageChannelAdapter(EventBus) - Constructor for class org.axonframework.spring.messaging.adapter.EventPublishingMessageChannelAdapter
Initialize the adapter to publish all incoming events to the given eventBus.
EventPublishingMessageChannelAdapter(EventBus, EventFilter) - Constructor for class org.axonframework.spring.messaging.adapter.EventPublishingMessageChannelAdapter
Initialize the adapter to publish all incoming events to the given eventBus if they accepted by the given filter.

G

getAdapterInterfaces() - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
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
 
getAdapterInterfaces() - Method in class org.axonframework.spring.config.AnnotationEventListenerBeanPostProcessor
 
getAggregateType() - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
getBeanReference(BeanDefinitionRegistry) - Static method in class org.axonframework.spring.config.annotation.SpringContextParameterResolverFactoryBuilder
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
 
getConnection() - Method in class org.axonframework.spring.jdbc.SpringDataSourceConnectionProvider
 
getObject() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
getObject() - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
 
getObject() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
getObject() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
 
getObject() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
 
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
 
getObjectType() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
getObjectType() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
 
getObjectType() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
 
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
 
getPhase() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
getPhase() - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
getPhase() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 

H

handle(EventMessage) - Method in class org.axonframework.spring.messaging.adapter.EventListeningMessageChannelAdapter
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.adapter.EventPublishingMessageChannelAdapter
Handles the given message.
handleMessage(Message<?>) - Method in class org.axonframework.spring.messaging.eventbus.MessageHandlerAdapter

I

ImportSelector() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
 
initializeAdapterFor(Object, ParameterResolverFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Create an AnnotationEventListenerAdapter instance of the given bean.
initializeAdapterFor(Object, ParameterResolverFactory) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
 
initializeAdapterFor(Object, ParameterResolverFactory) - Method in class org.axonframework.spring.config.AnnotationEventListenerBeanPostProcessor
 
injectResources(Object) - Method in class org.axonframework.spring.saga.SpringResourceInjector
 
isAutoStartup() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
isAutoStartup() - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
isAutoStartup() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Indicates whether an object of the given targetClass should be post processed.
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.annotation.AnnotationCommandHandlerBeanPostProcessor
 
isPostProcessingCandidate(Class<?>) - Method in class org.axonframework.spring.config.AnnotationEventListenerBeanPostProcessor
 
isRunning() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
isRunning() - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
isRunning() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
isSingleton() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
isSingleton() - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
 
isSingleton() - Method in class org.axonframework.spring.config.TransactionManagerFactoryBean
 
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
 

J

JGroupsConnectorFactoryBean - Class in org.axonframework.spring.commandhandling.distributed.jgroups
Spring Factory bean that creates a JGroupsConnector and starts it when the application context is started.
JGroupsConnectorFactoryBean() - Constructor for class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 

M

matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
 
MessageHandlerAdapter - Class in org.axonframework.spring.messaging.eventbus
Adapter that allows an EventListener to be registered as a Spring Messaging MessageHandler.
MessageHandlerAdapter(Consumer<List<? extends EventMessage<?>>>) - Constructor for class org.axonframework.spring.messaging.eventbus.MessageHandlerAdapter
Initialize an adapter for the given eventProcessor.
messageMonitor(Class<?>, String) - Method in class org.axonframework.spring.config.AxonConfiguration
 

N

NoBeanOfType - Annotation Type in org.axonframework.spring.config
 
NoBeanOfType.NoBeanOfTypeDefined - Class in org.axonframework.spring.config
 
NoBeanOfTypeDefined() - Constructor for class org.axonframework.spring.config.NoBeanOfType.NoBeanOfTypeDefined
 
NoFilter - Class in org.axonframework.spring.messaging.adapter
 
NoFilter() - Constructor for class org.axonframework.spring.messaging.adapter.NoFilter
 

O

orderOf(EventListener) - Method in class org.axonframework.spring.eventhandling.SpringAnnotationOrderResolver
 
org.axonframework.spring.commandhandling.distributed.jgroups - package org.axonframework.spring.commandhandling.distributed.jgroups
 
org.axonframework.spring.commandhandling.gateway - package org.axonframework.spring.commandhandling.gateway
 
org.axonframework.spring.config - package org.axonframework.spring.config
 
org.axonframework.spring.config.annotation - package org.axonframework.spring.config.annotation
 
org.axonframework.spring.eventhandling - package org.axonframework.spring.eventhandling
 
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.adapter - package org.axonframework.spring.messaging.adapter
Utility classes used to connect an Event Bus to a Spring Messaging Channel.
org.axonframework.spring.messaging.eventbus - package org.axonframework.spring.messaging.eventbus
Contains the Event Bus implementation using Spring Messaging
org.axonframework.spring.messaging.unitofwork - package org.axonframework.spring.messaging.unitofwork
 
org.axonframework.spring.saga - package org.axonframework.spring.saga
 
org.axonframework.spring.stereotype - package org.axonframework.spring.stereotype
 

P

postProcessAfterInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor

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
 

R

registerAnnotationCommandHandlerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
Create the BeanDefinition for the AnnotationCommandHandlerBeanPostProcessor and register it.
registerAnnotationEventListenerBeanPostProcessor(BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
Create the BeanDefinition for the AnnotationEventListenerBeanPostProcessor and register it.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.AnnotationDrivenRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
 
repository(Class<T>) - Method in class org.axonframework.spring.config.AxonConfiguration
 
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
 
selectImports(AnnotationMetadata) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
 
send(List<? extends EventMessage<?>>) - Method in class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
 
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.
setAggregateFactories(List<AggregateFactory<?>>) - Method in class org.axonframework.spring.eventsourcing.SpringAggregateSnapshotterFactoryBean
Optionally sets the aggregate factories to use.
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringBeanParameterResolverFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.ApplicationContextLookupParameterResolverFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
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.SpringAggregateSnapshotterFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
setApplicationContext(ApplicationContext) - Method in class org.axonframework.spring.saga.SpringResourceInjector
 
setBeanClassLoader(ClassLoader) - Method in class org.axonframework.spring.config.annotation.SpringParameterResolverFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.axonframework.spring.config.SpringAxonAutoConfigurer
 
setBeanName(String) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
setBeanName(String) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
setBeanName(String) - Method in class org.axonframework.spring.messaging.adapter.EventListeningMessageChannelAdapter
 
setChannel(SubscribableChannel) - Method in class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
Sets the Spring Messaging Channel that this event bus should publish events to.
setChannelFactory(JChannelFactory) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the JChannelFactory that allows programmatic definition of the JChannel.
setChannelName(String) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Optionally sets the logical channel name of the channel.
setClusterName(String) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the name of the cluster to subscribe to.
setCommandBus(CommandBus) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Sets the command bus on which the Gateway must dispatch commands.
setCommandBus(CommandBus) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
setCommandCallbacks(List<CommandCallback<?, ?>>) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Registers the commandCallbacks, which are invoked for each sent command, unless Axon is able to detect that the result of the command does not match the type accepted by that callback.
setCommandDispatchInterceptors(List<MessageDispatchInterceptor<CommandMessage<?>>>) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Sets the interceptors that should be invoked before a command is dispatched the the Command Bus.
setCommandHandlers(Collection<MessageHandler>) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
setConfiguration(String) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the JGroups configuration file to load.
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.
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
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.
setGatewayInterface(Class<T>) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Sets the interface that describes the gateway instance to describe.
setGroupIdentifier(String) - Method in class org.axonframework.spring.eventhandling.scheduling.quartz.QuartzEventSchedulerFactoryBean
Sets the group identifier to use when scheduling jobs with Quartz.
setInterceptors(List<MessageHandlerInterceptor<CommandMessage<?>>>) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the interceptor to use in the default local segment (a SimpleCommandBus).
setJoinTimeout(long) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the number of milliseconds to wait for this member to join the group.
setLocalSegment(CommandBus) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the CommandBus instance on which local commands must be dispatched.
setParameterResolverFactory(ParameterResolverFactory) - Method in class org.axonframework.spring.config.AbstractAnnotationHandlerBeanPostProcessor
Sets the ParameterResolverFactory to create the Parameter Resolvers with that provide the parameter values for the handler methods.
setPhase(int) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the phase in which this bean must be started.
setPrototypeBeanName(String) - Method in class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
Sets the name of the prototype bean this repository serves.
setRegisterMBean(boolean) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Registers the JChannel monitoring bean after the channel has connected.
setRetryScheduler(RetryScheduler) - Method in class org.axonframework.spring.commandhandling.gateway.CommandGatewayFactoryBean
Sets the RetryScheduler that will be invoked when a command fails execution.
setRoutingStrategy(RoutingStrategy) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
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.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
Sets the serializer used to serialize events before they are dispatched to the destination.
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
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
 
shutDown() - Method in class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
 
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
 
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
 
SpringAnnotationOrderResolver - Class in org.axonframework.spring.eventhandling
OrderResolver implementation that checks for @Order annotations on the type level.
SpringAnnotationOrderResolver() - Constructor for class org.axonframework.spring.eventhandling.SpringAnnotationOrderResolver
 
SpringAxonAutoConfigurer - Class in org.axonframework.spring.config
 
SpringAxonAutoConfigurer() - Constructor for class org.axonframework.spring.config.SpringAxonAutoConfigurer
 
SpringAxonAutoConfigurer.ImportSelector - Class in org.axonframework.spring.config
 
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.
SpringContextParameterResolverFactoryBuilder - Class in org.axonframework.spring.config.annotation
Creates and registers a bean definition for a Spring Context aware ParameterResolverFactory.
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.
SpringMessagingTerminal - Class in org.axonframework.spring.messaging.eventbus
EventBus implementation that delegates all subscription and publishing requests to a Spring Messaging channel.
SpringMessagingTerminal(EventBus) - Constructor for class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
 
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() - Constructor for class org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory
 
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
 
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.
start() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
start() - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
start() - Method in class org.axonframework.spring.config.AxonConfiguration
 
start() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
start() - Method in class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
 
startTransaction(TransactionIsolationLevel) - Method in class org.axonframework.spring.messaging.unitofwork.SpringTransactionManager
 
stop() - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
stop(Runnable) - Method in class org.axonframework.spring.commandhandling.distributed.jgroups.JGroupsConnectorFactoryBean
 
stop() - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
stop(Runnable) - Method in class org.axonframework.spring.config.AxonConfiguration.ConfigurationLifecycle
 
stop(Runnable) - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
stop() - Method in class org.axonframework.spring.config.CommandHandlerSubscriber
 
subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.spring.messaging.eventbus.SpringMessagingTerminal
 

T

TransactionManagerFactoryBean - Class in org.axonframework.spring.config
Factory Bean that wraps transaction manager instances with an implementation of TransactionManager, if necessary (and possible).
TransactionManagerFactoryBean() - Constructor for class org.axonframework.spring.config.TransactionManagerFactoryBean
 
A C D E G H I J M N O P Q R S T 
Skip navigation links

Copyright © 2010–2016. All rights reserved.