Example usage for org.springframework.statemachine.support StateMachineObjectSupport subclass-usage

List of usage examples for org.springframework.statemachine.support StateMachineObjectSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.statemachine.support StateMachineObjectSupport subclass-usage.

Usage

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

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