Class DefaultStateMachineService<S,E>

java.lang.Object
org.springframework.statemachine.service.DefaultStateMachineService<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, StateMachineService<S,E>

public class DefaultStateMachineService<S,E> extends Object implements StateMachineService<S,E>, org.springframework.beans.factory.DisposableBean
Default implementation of a StateMachineService.