Interface | Description |
---|---|
FluxWrapper<T> | |
FunctionFactoryMetadata<F> | |
Isolated |
Class | Description |
---|---|
FluxConsumer<T> |
Wrapper for a
Consumer implementation that converts a non-reactive consumer
into a reactive function. |
FluxFunction<T,R> |
Function implementation that wraps a target Function so that the target's
simple input and output types will be wrapped as Flux instances. |
FluxSupplier<T> |
Supplier implementation that wraps a target Supplier so that the
target's simple output type will be wrapped in a Flux instance. |
FluxToMonoFunction<I,O> |
Marker wrapper for target Function<Flux, Mono>
|
IsolatedConsumer<T> | |
IsolatedFunction<S,T> | |
IsolatedSupplier<T> | |
MonoToFluxFunction<I,O> |
Marker wrapper for target Function<Mono, Flux>
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.