Class AbstractFlowRestartManager

    • Constructor Detail

      • AbstractFlowRestartManager

        public AbstractFlowRestartManager()
    • Method Detail

      • start

        public abstract String start​(Flow flow)
        Starts the restart handling.
        Parameters:
        flow - the flow to handle
        Returns:
        null if successfully started, otherwise error message
      • stop

        public abstract String stop​(Flow flow)
        Stops the restart handling.
        Parameters:
        flow - the flow to handle
        Returns:
        null if successfully stopped, otherwise error message