Package | Description |
---|---|
org.axonframework.contextsupport.spring | |
org.axonframework.saga | |
org.axonframework.saga.annotation |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends SagaManager> |
SyncSagaManagerBeanDefinitionParser.getBeanClass() |
protected Class<? extends SagaManager> |
AsyncSagaManagerBeanDefinitionParser.getBeanClass() |
protected abstract Class<? extends SagaManager> |
AbstractSagaManagerBeanDefinitionParser.getBeanClass()
Returns the type of bean to be created by this BeanDefinitionParser.
|
Modifier and Type | Method and Description |
---|---|
void |
SagaManagerBeanDefinitionParser.SagaManagerLifecycleManager.setSagaManager(SagaManager sagaManager)
Sets the SagaManager instance to subscribe to the Event Bus
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSagaManager
Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager
implementations.
|
class |
SimpleSagaManager
Simple SagaManager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSagaManager
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
|
class |
AsyncAnnotatedSagaManager
A SagaManager implementation that processes Sagas asynchronously.
|
Copyright © 2010-2014. All Rights Reserved.