I - input type of target consumerpublic class FluxConsumer<I> extends Object
Consumer implementation that converts a non-reactive
consumer into a reactive function (Function<Flux<?>, Mono<?>>).FluxedConsumer| Constructor and Description |
|---|
FluxConsumer(Consumer<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.