Class MultiOnOverflowKeepLastOp<T>

  • All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public class MultiOnOverflowKeepLastOp<T>
    extends AbstractMultiOperator<T,​T>
    • Constructor Detail

      • MultiOnOverflowKeepLastOp

        public MultiOnOverflowKeepLastOp​(Multi<? extends T> upstream,
                                         java.util.function.Consumer<T> dropConsumer,
                                         java.util.function.Function<T,​Uni<?>> dropUniMapper)