I - type of Mono input of the target functionO - type of Flux output of the target functionpublic class MonoToFluxFunction<I,O> extends Object
| Constructor and Description |
|---|
MonoToFluxFunction(Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>> target) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<O> |
apply(reactor.core.publisher.Mono<I> input) |
T |
getTarget() |
public T getTarget()
getTarget in interface FluxWrapper<T>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.