Example usage for org.springframework.statemachine StateMachine interface-usage

List of usage examples for org.springframework.statemachine StateMachine interface-usage

Introduction

In this page you can find the example usage for org.springframework.statemachine StateMachine interface-usage.

Usage

From source file org.springframework.statemachine.ensemble.DistributedStateMachine.java

/**
 * {@code DistributedStateMachine} is wrapping a real {@link StateMachine} and works
 * together with a {@link StateMachineEnsemble} order to provide a distributed state
 * machine.
 *
 * Every distributed state machine will enter its initial state regardless of

From source file org.springframework.statemachine.support.AbstractStateMachine.java

/**
 * Base implementation of a {@link StateMachine} loosely modelled from UML state
 * machine.
 *
 * @author Janne Valkealahti
 *