| Modifier and Type | Optional Element and Description |
|---|---|
String |
configurationBean
Defines the name of the bean that configures this Saga type.
|
String |
sagaStore
Selects the name of the SagaStore bean.
|
public abstract String sagaStore
public abstract String configurationBean
SagaConfiguration
with such name must exist. If not defined, Axon will attempt to
locate a bean named `<sagaSimpleClassName>Configuration`, creating
a default configuration if none is found.Copyright © 2018. All rights reserved.