| Package | Description |
|---|---|
| com.ibm.cos.v2.core.internal.async |
| Modifier and Type | Method and Description |
|---|---|
static <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 to
AsyncResponseTransformer.prepare() completes. |
SplittingTransformer.Builder<ResponseT,ResultT> |
SplittingTransformer.Builder.upstreamResponseTransformer(AsyncResponseTransformer<ResponseT,ResultT> upstreamResponseTransformer)
The
AsyncResponseTransformer that will receive the data from each of the individually published
IndividualTransformer, usually intended to be the one on which the
AsyncResponseTransformer.split(SplittingTransformerConfiguration))} method was called. |
Copyright © 2026. All rights reserved.