| Interface | Description |
|---|---|
| AsyncRequestBodyListener |
Listener interface that invokes callbacks associated with a
AsyncRequestBody and any resulting Subscriber. |
| AsyncResponseTransformerListener<ResponseT> |
Listener interface that invokes callbacks associated with a
AsyncResponseTransformer and any resulting SdkPublisher and Subscriber. |
| PublisherListener<T> |
Listener interface that invokes callbacks associated with a
Publisher and any resulting Subscriber. |
| SubscriberListener<T> |
Listener interface that invokes callbacks associated with a
Subscriber. |
| Class | Description |
|---|---|
| AsyncRequestBodyListener.NotifyingAsyncRequestBody | |
| AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer<ResponseT,ResultT> | |
| PublisherListener.NotifyingPublisher<T> | |
| SubscriberListener.NotifyingSubscriber<T> |
Copyright © 2022. All rights reserved.