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

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

Introduction

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

Usage

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

/**
 * Support class for implementing {@link StateMachineEnsemble}s.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state

From source file org.springframework.statemachine.state.AbstractState.java

/**
 * Base implementation of a {@link State}.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state

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

/**
 * Support and helper class for base state machine implementation.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state

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.DefaultStateMachineExecutor.java

/**
 * Default implementation of a {@link StateMachineExecutor}.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state

From source file org.springframework.statemachine.config.AbstractStateMachineFactory.java

/**
 * Base {@link StateMachineFactory} implementation building {@link StateMachine}s.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state