Example usage for org.springframework.statemachine.action Action interface-usage

List of usage examples for org.springframework.statemachine.action Action interface-usage

Introduction

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

Usage

From source file org.springframework.statemachine.action.DistributedLeaderAction.java

/**
 * {@link Action} which is used to wrap execution of an {@link Action}
 * so that only a {@link StateMachine} considered to be a leader in an
 * {@link StateMachineEnsemble} will do the execution.
 *
 * Executing action via {@code DistributedLeaderAction} is bound to if

From source file org.springframework.statemachine.recipes.support.RunnableAction.java

/**
 * A {@link Action} which executes a {@link Runnable}.
 *
 * @author Janne Valkealahti
 *
 */