Class QueuedSinglePublisher<T>

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

    public class QueuedSinglePublisher<T>
    extends AbstractSinglePublisher<T>
    • Field Detail

      • COMPLETE

        public static final org.eclipse.jetty.reactive.client.internal.QueuedSinglePublisher.Terminal COMPLETE
    • Constructor Detail

      • QueuedSinglePublisher

        public QueuedSinglePublisher()
    • Method Detail

      • offer

        public void offer​(T item)
      • complete

        public void complete()
      • fail

        public void fail​(Throwable failure)