public final class DefaultAsyncResponseTransformerSplitResult<ResponseT,ResultT> extends Object implements AsyncResponseTransformer.SplitResult<ResponseT,ResultT>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAsyncResponseTransformerSplitResult.DefaultBuilder<ResponseT,ResultT> |
AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>| Modifier and Type | Method and Description |
|---|---|
static <ResponseT,ResultT> |
builder() |
SdkPublisher<AsyncResponseTransformer<ResponseT,ResponseT>> |
publisher()
The individual
AsyncResponseTransformer will be available through the publisher returned by this method. |
CompletableFuture<ResultT> |
resultFuture()
The future returned by this method will be completed when the future returned by calling the
AsyncResponseTransformer.prepare() method on the AsyncResponseTransformer which was split completes. |
AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT> |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopypublic SdkPublisher<AsyncResponseTransformer<ResponseT,ResponseT>> publisher()
AsyncResponseTransformer will be available through the publisher returned by this method.publisher in interface AsyncResponseTransformer.SplitResult<ResponseT,ResultT>AsyncResponseTransformerpublic CompletableFuture<ResultT> resultFuture()
AsyncResponseTransformer.prepare() method on the AsyncResponseTransformer which was split completes.resultFuture in interface AsyncResponseTransformer.SplitResult<ResponseT,ResultT>public AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT> toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>,AsyncResponseTransformer.SplitResult<ResponseT,ResultT>>public static <ResponseT,ResultT> DefaultAsyncResponseTransformerSplitResult.DefaultBuilder<ResponseT,ResultT> builder()
builder in interface AsyncResponseTransformer.SplitResult<ResponseT,ResultT>Copyright © 2026. All rights reserved.