Interface StateMachineExecutor.StateMachineExecutorCallback

All Known Implementing Classes:
StateMachineExecutor.MonoSinkStateMachineExecutorCallback
Enclosing interface:
StateMachineExecutor<S,E>

public static interface StateMachineExecutor.StateMachineExecutorCallback
Completion callback to notify back complete or error.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • complete

      void complete()
    • error

      void error(Throwable e)