| Package | Description |
|---|---|
| org.statefulj.fsm | |
| org.statefulj.persistence.memory |
| Modifier and Type | Method and Description |
|---|---|
Persister<T> |
FSM.getPersister() |
| Modifier and Type | Method and Description |
|---|---|
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 |
MemoryPersisterImpl<T>
Thread safe, in memory Persister.
|
Copyright © 2015. All rights reserved.