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 . |
interface |
PublisherListener<T>
Listener interface that invokes callbacks associated with a
Publisher and any resulting Subscriber . |
Modifier and Type | Method and Description |
---|---|
static <T> <any> |
SubscriberListener.wrap(<any> delegate,
SubscriberListener<? super T> listener)
Wrap a
Subscriber with a new one that will notify a SubscriberListener of important events occurring. |
Copyright © 2022. All rights reserved.