Class LimitingSubscriber<T>
java.lang.Object
software.amazon.awssdk.utils.async.DelegatingSubscriber<T,T>
software.amazon.awssdk.utils.async.LimitingSubscriber<T>
- All Implemented Interfaces:
org.reactivestreams.Subscriber<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLimitingSubscriber
(org.reactivestreams.Subscriber<? super T> subscriber, int limit) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
onSubscribe
(org.reactivestreams.Subscription subscription) Methods inherited from class software.amazon.awssdk.utils.async.DelegatingSubscriber
onComplete, onError
-
Constructor Details
-
LimitingSubscriber
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribe
in interfaceorg.reactivestreams.Subscriber<T>
- Overrides:
onSubscribe
in classDelegatingSubscriber<T,
T>
-
onNext
-