| Modifier and Type | Class and Description | 
|---|---|
class  | 
AssociationValuesImpl
Default implementation of the AssociationValues interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AssociationValues | 
Saga.getAssociationValues()
Returns a view on the Association Values for this saga instance. 
 | 
AssociationValues | 
AnnotatedSaga.getAssociationValues()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SagaStore.updateSaga(Class<? extends T> sagaType,
          String sagaIdentifier,
          T saga,
          TrackingToken token,
          AssociationValues associationValues)
Updates a given Saga after its state was modified. 
 | 
void | 
CachingSagaStore.updateSaga(Class<? extends T> sagaType,
          String sagaIdentifier,
          T saga,
          TrackingToken token,
          AssociationValues associationValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InMemorySagaStore.updateSaga(Class<?> sagaType,
          String sagaIdentifier,
          Object saga,
          TrackingToken token,
          AssociationValues associationValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JdbcSagaStore.updateSaga(Class<?> sagaType,
          String sagaIdentifier,
          Object saga,
          TrackingToken token,
          AssociationValues associationValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JpaSagaStore.updateSaga(Class<?> sagaType,
          String sagaIdentifier,
          Object saga,
          TrackingToken token,
          AssociationValues associationValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MongoSagaStore.updateSaga(Class<?> sagaType,
          String sagaIdentifier,
          Object saga,
          TrackingToken token,
          AssociationValues associationValues)  | 
Copyright © 2010–2018. All rights reserved.