Class RepositoryStateMachinePersist<S,E>

java.lang.Object
org.springframework.statemachine.persist.RepositoryStateMachinePersist<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachinePersist<S,E,String>

public class RepositoryStateMachinePersist<S,E> extends Object implements StateMachinePersist<S,E,String>
Author:
Janne Valkealahti