Constructor and Description |
---|
FSM(String name,
Persister<T> persister,
int retryAttempts,
int retryInterval,
Class<T> clazz,
Class<? extends Annotation> idType,
org.springframework.context.ApplicationContext applicationContext) |
FSM(String name,
Persister<T> persister,
int retryAttempts,
int retryInterval,
Class<T> clazz,
Class<? extends Annotation> idType,
org.springframework.context.ApplicationContext applicationContext,
Finder<T,CT> finder) |
Modifier and Type | Method and Description |
---|---|
Persister<T> |
FSM.getPersister() |
Modifier and Type | Method and Description |
---|---|
FSM.FSMBuilder<T> |
FSM.FSMBuilder.setPerister(Persister<T> persister)
Set the Persister for the FSM.
|
void |
FSM.setPersister(Persister<T> persister) |
Constructor and Description |
---|
FSM(Persister<T> persister)
FSM Constructor with the Persister responsible for setting the State on the Entity
|
FSM(String name,
Persister<T> persister)
FSM Constructor with the name of the FSM and Persister responsible for setting the State on the Entity
|
FSM(String name,
Persister<T> persister,
int retryAttempts,
int retryInterval)
FSM Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersister<T,ID> |
Modifier and Type | Class and Description |
---|---|
class |
JPAPerister<T> |
Modifier and Type | Class and Description |
---|---|
class |
MemoryPersisterImpl<T>
Thread safe, in memory Persister.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoPersister<T> |
Copyright © 2016. All rights reserved.