| Interface | Description | 
|---|---|
| AsyncRequestBody | Interface to allow non-blocking streaming of request content. | 
| AsyncResponseTransformer<ResponseT,ResultT> | Callback interface to handle a streaming asynchronous response. | 
| SdkPublisher<T> | Interface that is implemented by the Async auto-paginated responses. | 
| Class | Description | 
|---|---|
| AsyncResponseTransformerUtils | |
| DrainingSubscriber<T> | Requests elements from a subscriber until the subscription is completed. | 
| EmptyPublisher<T> | |
| ResponsePublisher<ResponseT extends SdkResponse> | An  SdkPublisherthat publishes response body content and also contains a reference to theSdkResponsereturned
 by the service. | 
Copyright © 2022. All rights reserved.