Uses of Class
software.amazon.awssdk.core.internal.async.SplittingTransformer.Builder
Packages that use SplittingTransformer.Builder
-
Uses of SplittingTransformer.Builder in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return SplittingTransformer.BuilderModifier and TypeMethodDescriptionstatic <ResponseT,ResultT>
SplittingTransformer.Builder<ResponseT,ResultT> SplittingTransformer.builder()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.resultFuture(CompletableFuture<ResultT> returnFuture) The future that will be completed when the future which is returned by the call toAsyncResponseTransformer.prepare()completes.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.