Interface StrandExecutor

    • Method Detail

      • getStateStream

        reactor.core.publisher.Flux<RunState> getStateStream()
      • getBlockStream

        reactor.core.publisher.Flux<Block> getBlockStream()
      • getActualState

        RunState getActualState()
      • getActualBlock

        Block getActualBlock()
      • getErrorsStream

        reactor.core.publisher.Flux<Exception> getErrorsStream()
      • getStrand

        Strand getStrand()
      • abort

        void abort()
      • aborted

        boolean aborted()
      • isComplete

        boolean isComplete()