Consumer
implementation that converts a non-reactive
consumer into a reactive function (Function<Flux<?>, Mono<?>>
).Consumer
implementation that converts a reactive consumer into a
reactive function (Function<Flux<?>, Mono<?>>
).Function
implementation that wraps a target Function so that the target's
simple input and output types will be wrapped as Flux
instances.Function
implementation that wraps a target Function so that the target's
simple input and output types will be wrapped as Flux
instances.Supplier
implementation that wraps a target Supplier so that the target's
simple output type will be wrapped in a Flux
instance.Function<Flux<?>, Mono<?>>
.Supplier
implementation that wraps a target Supplier so that the target's
simple output type will be wrapped in a Mono
instance.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.