Class StrandErrorsRecorder


  • public class StrandErrorsRecorder
    extends java.lang.Object
    Simple class that keeps track of the exceptions published by a StrandExecutor
    • Constructor Detail

      • StrandErrorsRecorder

        public StrandErrorsRecorder​(StrandExecutor executor)
    • Method Detail

      • getExceptions

        public java.util.List<java.lang.Exception> getExceptions()
      • getRecordedExceptionStream

        public reactor.core.publisher.Flux<java.util.List<java.lang.Exception>> getRecordedExceptionStream()