| Package | Description |
|---|---|
| software.amazon.awssdk.core.async.listener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncRequestBodyListener
Listener interface that invokes callbacks associated with a
AsyncRequestBody and any resulting Subscriber. |
interface |
AsyncResponseTransformerListener<ResponseT>
Listener interface that invokes callbacks associated with a
AsyncResponseTransformer and any resulting SdkPublisher and Subscriber. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SdkPublisher<T> |
PublisherListener.wrap(SdkPublisher<T> delegate,
PublisherListener<T> listener)
Wrap a
SdkPublisher with a new one that will notify a PublisherListener of important events occurring. |
Copyright © 2022. All rights reserved.