Class IterablePublisher<T>

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

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

    • IterablePublisher

      public IterablePublisher(Iterable<T> iterable)
  • Method Details

    • subscribe

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