Class PublisherListener.NotifyingPublisher<T>

java.lang.Object
software.amazon.awssdk.core.async.listener.PublisherListener.NotifyingPublisher<T>
All Implemented Interfaces:
org.reactivestreams.Publisher<T>, SdkPublisher<T>
Enclosing interface:
PublisherListener<T>

@SdkInternalApi public static final class PublisherListener.NotifyingPublisher<T> extends Object implements SdkPublisher<T>
  • Method Details

    • subscribe

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