public interface AsyncRequestBodyListener extends PublisherListener<ByteBuffer>
AsyncRequestBody and any resulting Subscriber.PublisherListener,
SubscriberListener| Modifier and Type | Interface and Description |
|---|---|
static class |
AsyncRequestBodyListener.NotifyingAsyncRequestBody |
PublisherListener.NotifyingPublisher<T>SubscriberListener.NotifyingSubscriber<T>| Modifier and Type | Method and Description |
|---|---|
static AsyncRequestBody |
wrap(AsyncRequestBody delegate,
AsyncRequestBodyListener listener)
Wrap a
AsyncRequestBody with a new one that will notify a AsyncRequestBodyListener of important events
occurring. |
publisherSubscribe, wrapsubscriberOnComplete, subscriberOnError, subscriberOnNext, subscriptionCancel, wrapstatic AsyncRequestBody wrap(AsyncRequestBody delegate, AsyncRequestBodyListener listener)
AsyncRequestBody with a new one that will notify a AsyncRequestBodyListener of important events
occurring.Copyright © 2023. All rights reserved.