Class AsyncRetryableStage<OutputT>

java.lang.Object
software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage<OutputT>
All Implemented Interfaces:
RequestPipeline<SdkHttpFullRequest,CompletableFuture<Response<OutputT>>>

public final class AsyncRetryableStage<OutputT> extends Object implements RequestPipeline<SdkHttpFullRequest,CompletableFuture<Response<OutputT>>>
Wrapper around the pipeline for a single request to provide retry, clockskew and request throttling functionality.