Class MongoDbPersistingStateMachineInterceptor<S,E,T>

Type Parameters:
S - the type of state
E - the type of event
T - the type of persister context object
All Implemented Interfaces:
StateMachineRuntimePersister<S,E,T>, StateMachinePersist<S,E,T>, StateMachineInterceptor<S,E>

public class MongoDbPersistingStateMachineInterceptor<S,E,T> extends AbstractPersistingStateMachineInterceptor<S,E,T> implements StateMachineRuntimePersister<S,E,T>
MongoDb implementation of a AbstractPersistingStateMachineInterceptor.
Author:
Janne Valkealahti