Uses of Interface
software.amazon.awssdk.core.async.listener.PublisherListener
Packages that use PublisherListener
-
Uses of PublisherListener in software.amazon.awssdk.core.async.listener
Subinterfaces of PublisherListener 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.Classes in software.amazon.awssdk.core.async.listener that implement PublisherListenerMethods in software.amazon.awssdk.core.async.listener with parameters of type PublisherListenerModifier and TypeMethodDescriptionstatic <T> SdkPublisher<T>PublisherListener.wrap(SdkPublisher<T> delegate, PublisherListener<T> listener) Wrap aSdkPublisherwith a new one that will notify aPublisherListenerof important events occurring.