Interface AsyncRequestBodyListener
- All Superinterfaces:
PublisherListener<ByteBuffer>,SubscriberListener<ByteBuffer>
Listener interface that invokes callbacks associated with a
AsyncRequestBody and any resulting Subscriber.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classNested classes/interfaces inherited from interface software.amazon.awssdk.core.async.listener.PublisherListener
PublisherListener.NoOpPublisherListener, PublisherListener.NotifyingPublisher<T>Nested classes/interfaces inherited from interface software.amazon.awssdk.core.async.listener.SubscriberListener
SubscriberListener.NotifyingSubscriber<T> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AsyncRequestBodywrap(AsyncRequestBody delegate, AsyncRequestBodyListener listener) Wrap aAsyncRequestBodywith a new one that will notify aAsyncRequestBodyListenerof important events occurring.Methods inherited from interface software.amazon.awssdk.core.async.listener.PublisherListener
publisherSubscribeMethods inherited from interface software.amazon.awssdk.core.async.listener.SubscriberListener
subscriberOnComplete, subscriberOnError, subscriberOnNext, subscriptionCancel
-
Method Details
-
wrap
Wrap aAsyncRequestBodywith a new one that will notify aAsyncRequestBodyListenerof important events occurring.
-