Class RepositoryStateMachine
java.lang.Object
org.springframework.statemachine.data.BaseRepositoryEntity
org.springframework.statemachine.data.RepositoryStateMachine
- Direct Known Subclasses:
JpaRepositoryStateMachine
,MongoDbRepositoryStateMachine
,RedisRepositoryStateMachine
Generic base class representing state machine entity.
-
Constructor Details
-
RepositoryStateMachine
public RepositoryStateMachine()
-
-
Method Details
-
getMachineId
Gets the machine id.- Returns:
- the machine id
-
getState
Gets the state.- Returns:
- the state
-
getStateMachineContext
public abstract byte[] getStateMachineContext()Gets the state machine context.- Returns:
- the state machine context
-