public final class AsyncExecutionFailureExceptionReportingStage<OutputT> extends Object implements RequestPipeline<SdkHttpFullRequest,CompletableFuture<OutputT>>
| Constructor and Description |
|---|
AsyncExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest,CompletableFuture<OutputT>> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OutputT> |
execute(SdkHttpFullRequest input,
RequestExecutionContext context)
Execute the pipeline with the given input.
|
public AsyncExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest,CompletableFuture<OutputT>> wrapped)
public CompletableFuture<OutputT> execute(SdkHttpFullRequest input, RequestExecutionContext context) throws Exception
RequestPipelineexecute in interface RequestPipeline<SdkHttpFullRequest,CompletableFuture<OutputT>>input - Input to pipeline.context - Context containing both request dependencies, and a container for any mutable state that must be shared
between stages.Exception - If any error occurs. This will be thrown out of the pipeline, if exceptions must be handled see
RequestPipelineBuilder.wrappedWith(BiFunction).Copyright © 2019. All rights reserved.