Uses of Class
software.amazon.awssdk.core.internal.async.SplittingTransformer.Builder
-
Packages that use SplittingTransformer.Builder Package Description software.amazon.awssdk.core.internal.async -
-
Uses of SplittingTransformer.Builder in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return SplittingTransformer.Builder Modifier and Type Method Description static <ResponseT,ResultT>
SplittingTransformer.Builder<ResponseT,ResultT>SplittingTransformer. builder()SplittingTransformer.Builder<ResponseT,ResultT>SplittingTransformer.Builder. maximumBufferSizeInBytes(Long maximumBufferSize)The amount of data in byte this publisher will buffer into memory before sending it to the upstream transformer.SplittingTransformer.Builder<ResponseT,ResultT>SplittingTransformer.Builder. resultFuture(CompletableFuture<ResultT> returnFuture)The future that will be completed when the future which is returned by the call toAsyncResponseTransformer.prepare()completes.SplittingTransformer.Builder<ResponseT,ResultT>SplittingTransformer.Builder. upstreamResponseTransformer(AsyncResponseTransformer<ResponseT,ResultT> upstreamResponseTransformer)TheAsyncResponseTransformerthat will receive the data from each of the individually publishedIndividualTransformer, usually intended to be the one on which theAsyncResponseTransformer.split(SplittingTransformerConfiguration))} method was called.
-