Class FlowIdStartStopHandler


  • public class FlowIdStartStopHandler
    extends Object
    This class handles service messages 'start' and 'stop' on the server side. It respects flowId hierarchy

    Dafault state is started

    Author:
    kir, eugene.petrenko
    • Constructor Detail

      • FlowIdStartStopHandler

        public FlowIdStartStopHandler​(@NotNull
                                      RunningBuildEx build)
    • Method Detail

      • setProcessingSuspended

        public void setProcessingSuspended​(@NotNull
                                           String flowId,
                                           @NotNull
                                           Boolean suspend)
      • isProcessingSuspended

        public boolean isProcessingSuspended​(@NotNull
                                             String flowId)