Class CompositeStateMachineModelVerifier<S,E>

java.lang.Object
org.springframework.statemachine.support.AbstractCompositeItems<StateMachineModelVerifier<S,E>>
org.springframework.statemachine.config.model.verifier.CompositeStateMachineModelVerifier<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineModelVerifier<S,E>

public class CompositeStateMachineModelVerifier<S,E> extends AbstractCompositeItems<StateMachineModelVerifier<S,E>> implements StateMachineModelVerifier<S,E>
Implementation of a StateMachineModelVerifier backed by a multiple verifiers.