public class ClusterStoppingAction extends java.lang.Object implements org.springframework.statemachine.action.Action<ClusterState,ClusterEvent>
Constructor and Description |
---|
ClusterStoppingAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.springframework.statemachine.StateContext<ClusterState,ClusterEvent> context) |
public void execute(org.springframework.statemachine.StateContext<ClusterState,ClusterEvent> context)
execute
in interface org.springframework.statemachine.action.Action<ClusterState,ClusterEvent>