I - input type of target consumerpublic class FluxedConsumer<I> extends Object
Consumer implementation that converts a reactive consumer into a
reactive function (Function<Flux<?>, Mono<?>>). This is primarily done for
consistent representation of reactive and non-reactive consumers.FluxConsumer| Constructor and Description |
|---|
FluxedConsumer(Consumer<reactor.core.publisher.Flux<I>> target) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
apply(reactor.core.publisher.Flux<I> input) |
T |
getTarget() |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.