Uses of Interface
software.amazon.awssdk.core.async.listener.SubscriberListener
Packages that use SubscriberListener
-
Uses of SubscriberListener in software.amazon.awssdk.core.async.listener
Subinterfaces of SubscriberListener in software.amazon.awssdk.core.async.listenerModifier and TypeInterfaceDescriptioninterfaceListener interface that invokes callbacks associated with aAsyncRequestBodyand any resultingSubscriber.interfaceAsyncResponseTransformerListener<ResponseT>Listener interface that invokes callbacks associated with aAsyncResponseTransformerand any resultingSdkPublisherandSubscriber.interfaceListener interface that invokes callbacks associated with aPublisherand any resultingSubscriber.Classes in software.amazon.awssdk.core.async.listener that implement SubscriberListenerMethods in software.amazon.awssdk.core.async.listener with parameters of type SubscriberListenerModifier and TypeMethodDescriptionstatic <T> org.reactivestreams.Subscriber<T>SubscriberListener.wrap(org.reactivestreams.Subscriber<? super T> delegate, SubscriberListener<? super T> listener) Wrap aSubscriberwith a new one that will notify aSubscriberListenerof important events occurring.