| Modifier and Type | Method and Description | 
|---|---|
<S extends T> | 
SagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)
 | 
<S extends T> | 
CachingSagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
<S> SagaStore.Entry<S> | 
InMemorySagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
<S> SagaStore.Entry<S> | 
JdbcSagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
<S> SagaStore.Entry<S> | 
JpaSagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
<S> SagaStore.Entry<S> | 
MongoSagaStore.loadSaga(Class<S> sagaType,
        String sagaIdentifier)  | 
Copyright © 2010–2018. All rights reserved.