Uses of Interface
software.amazon.awssdk.core.async.CloseableAsyncRequestBody
Packages that use CloseableAsyncRequestBody
Package
Description
-
Uses of CloseableAsyncRequestBody in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return types with arguments of type CloseableAsyncRequestBodyModifier and TypeMethodDescriptiondefault SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBody.splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) This is a convenience method that passes an instance of theAsyncRequestBodySplitConfigurationbuilder, avoiding the need to create one manually viaAsyncRequestBodySplitConfiguration.builder().default SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) Converts thisAsyncRequestBodyto a publisher ofCloseableAsyncRequestBodys, each of which publishes specific portion of the original data, based on the providedAsyncRequestBodySplitConfiguration.BufferedSplittableAsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) Splits this request body into multiple retryable parts based on the provided configuration. -
Uses of CloseableAsyncRequestBody in software.amazon.awssdk.core.async.listener
Methods in software.amazon.awssdk.core.async.listener that return types with arguments of type CloseableAsyncRequestBodyModifier and TypeMethodDescriptionAsyncRequestBodyListener.NotifyingAsyncRequestBody.splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) AsyncRequestBodyListener.NotifyingAsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) -
Uses of CloseableAsyncRequestBody in software.amazon.awssdk.core.internal.async
Subinterfaces of CloseableAsyncRequestBody in software.amazon.awssdk.core.internal.asyncModifier and TypeInterfaceDescriptioninterfaceRepresent a subAsyncRequestBodythat publishes a portion of the sourceAsyncRequestBodyClasses in software.amazon.awssdk.core.internal.async that implement CloseableAsyncRequestBodyModifier and TypeClassDescriptionfinal classASubAsyncRequestBodyimplementation that doesn't support resubscribe/retryfinal classASubAsyncRequestBodyimplementation that supports resubscribe/retry once all data has been published to the first subscriberMethods in software.amazon.awssdk.core.internal.async that return types with arguments of type CloseableAsyncRequestBodyModifier and TypeMethodDescriptionFileAsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) Method parameters in software.amazon.awssdk.core.internal.async with type arguments of type CloseableAsyncRequestBodyModifier and TypeMethodDescriptionvoidSplittingPublisher.subscribe(org.reactivestreams.Subscriber<? super CloseableAsyncRequestBody> downstreamSubscriber)