Uses of Class
software.amazon.awssdk.core.internal.async.EnvelopeWrappedSdkPublisher
-
Packages that use EnvelopeWrappedSdkPublisher Package Description software.amazon.awssdk.core.internal.async -
-
Uses of EnvelopeWrappedSdkPublisher in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return EnvelopeWrappedSdkPublisher Modifier and Type Method Description static <T> EnvelopeWrappedSdkPublisher<T>EnvelopeWrappedSdkPublisher. of(org.reactivestreams.Publisher<T> wrappedPublisher, T contentPrefix, T contentSuffix, BiFunction<T,T,T> mergeContentFunction)Create a new publisher that wraps the content of an existing publisher.
-