- Type Parameters:
I
- type of Mono
input of the target function
O
- type of Flux
output of the target function
- All Implemented Interfaces:
- Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>>, FluxWrapper<Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>>>
public class MonoToFluxFunction<I,O>
extends WrappedFunction<I,O,reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>,Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>>>
Marker wrapper for target Function<Mono, Flux>.
- Since:
- 2.0
- Author:
- Oleg Zhurakousky