Class StateMachineInterceptorAdapter<S,E>

java.lang.Object
org.springframework.statemachine.support.StateMachineInterceptorAdapter<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineInterceptor<S,E>
Direct Known Subclasses:
AbstractPersistingStateMachineInterceptor, StateMachineSecurityInterceptor

public class StateMachineInterceptorAdapter<S,E> extends Object implements StateMachineInterceptor<S,E>
Adapter helper implementation for StateMachineInterceptor.
Author:
Janne Valkealahti
  • Constructor Details

    • StateMachineInterceptorAdapter

      public StateMachineInterceptorAdapter()
  • Method Details