インターフェース StateMachineRuntimePersister<S,E,T>

型パラメーター:
S - 状態の型
E - イベントの型
T - 永続化コンテキストオブジェクトの型
すべてのスーパーインターフェース:
StateMachinePersist<S,E,T>
すべての既知の実装クラス:
JpaPersistingStateMachineInterceptorMongoDbPersistingStateMachineInterceptorRedisPersistingStateMachineInterceptor

public interface StateMachineRuntimePersister<S,E,T> extends StateMachinePersist<S,E,T>
StateMachine のランタイム永続化を定義するインターフェース。
作成者:
Janne Valkealahti