Package oracle.rsi

Interface PushPublisher<T>

  • Type Parameters:
    T - the type of the object published.
    All Superinterfaces:
    java.lang.AutoCloseable, java.util.function.Consumer<T>, java.util.concurrent.Flow.Publisher<T>

    public interface PushPublisher<T>
    extends java.util.concurrent.Flow.Publisher<T>, java.util.function.Consumer<T>, java.lang.AutoCloseable
    A producer of items received by the subscriber of Reactive Streams Ingestion Library.
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close
      • Methods inherited from interface java.util.function.Consumer

        accept, andThen
      • Methods inherited from interface java.util.concurrent.Flow.Publisher

        subscribe