Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.modelling.saga |
Modifier and Type | Method and Description |
---|---|
AbstractSagaManager<S> |
SagaConfiguration.manager()
Retrieve the Saga Manager in this Configuration.
|
Modifier and Type | Method and Description |
---|---|
SagaConfigurer<T> |
SagaConfigurer.configureSagaManager(Function<Configuration,AbstractSagaManager<T>> managerBuilder)
Configures a Saga Manager for this Saga.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedSagaManager<T>
Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
|
Copyright © 2010–2020. All rights reserved.