Uses of Interface
software.amazon.awssdk.core.async.listener.SubscriberListener
-
Packages that use SubscriberListener Package Description software.amazon.awssdk.core.async.listener -
-
Uses of SubscriberListener in software.amazon.awssdk.core.async.listener
Subinterfaces of SubscriberListener in software.amazon.awssdk.core.async.listener Modifier and Type Interface Description interfaceAsyncRequestBodyListenerListener interface that invokes callbacks associated with aAsyncRequestBodyand any resultingSubscriber.interfaceAsyncResponseTransformerListener<ResponseT>Listener interface that invokes callbacks associated with aAsyncResponseTransformerand any resultingSdkPublisherandSubscriber.interfacePublisherListener<T>Listener interface that invokes callbacks associated with aPublisherand any resultingSubscriber.Classes in software.amazon.awssdk.core.async.listener that implement SubscriberListener Modifier and Type Class Description static classPublisherListener.NoOpPublisherListenerMethods in software.amazon.awssdk.core.async.listener with parameters of type SubscriberListener Modifier and Type Method Description static <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.
-