@Target(value={TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Component @Scope(value="prototype") public @interface Saga
Component
is a saga instance.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 © 2010–2017. All rights reserved.