Interface StatesMachinesCallback


  • public interface StatesMachinesCallback
    • Method Detail

      • start

        void start​(io.temporal.api.history.v1.HistoryEvent startWorkflowEvent)
      • signal

        void signal​(io.temporal.api.history.v1.HistoryEvent signalEvent)
      • cancel

        void cancel​(io.temporal.api.history.v1.HistoryEvent cancelEvent)
      • eventLoop

        void eventLoop()