Class EmptyPublisher<T>

java.lang.Object
software.amazon.awssdk.core.async.EmptyPublisher<T>
All Implemented Interfaces:
org.reactivestreams.Publisher<T>

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

    • EmptyPublisher

      public EmptyPublisher()
  • Method Details

    • subscribe

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