Class EmptyPublisher<T>

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

    public class EmptyPublisher<T>
    extends Object
    implements org.reactivestreams.Publisher<T>
    • Constructor Detail

      • EmptyPublisher

        public EmptyPublisher()
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super T> subscriber)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<T>