Uses of Interface
software.amazon.awssdk.core.async.listener.PublisherListener
-
Packages that use PublisherListener Package Description software.amazon.awssdk.core.async.listener -
-
Uses of PublisherListener in software.amazon.awssdk.core.async.listener
Subinterfaces of PublisherListener 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.Methods in software.amazon.awssdk.core.async.listener with parameters of type PublisherListener Modifier and Type Method Description static <T> SdkPublisher<T>PublisherListener. wrap(SdkPublisher<T> delegate, PublisherListener<T> listener)Wrap aSdkPublisherwith a new one that will notify aPublisherListenerof important events occurring.
-