Class SequentialSubscriber<T>
java.lang.Object
software.amazon.awssdk.utils.async.SequentialSubscriber<T>
- Type Parameters:
T
- Type of data requested
- All Implemented Interfaces:
org.reactivestreams.Subscriber<T>
A simple implementation of
Subscriber
that requests data one at a time.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
onSubscribe
(org.reactivestreams.Subscription subscription)
-
Constructor Details
-
SequentialSubscriber
-
-
Method Details