Class SubscriberListener.NotifyingSubscriber<T>
java.lang.Object
software.amazon.awssdk.core.async.listener.SubscriberListener.NotifyingSubscriber<T>
- All Implemented Interfaces:
org.reactivestreams.Subscriber<T>
- Enclosing interface:
- SubscriberListener<T>
@SdkInternalApi
public static final class SubscriberListener.NotifyingSubscriber<T>
extends Object
implements org.reactivestreams.Subscriber<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription s)
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-