T - input type of target consumerpublic class FluxConsumer<T> extends Object implements Consumer<reactor.core.publisher.Flux<T>>, FluxWrapper<Consumer<T>>
Consumer implementation that wraps a target Consumer so that the target's
simple input type will be wrapped as a Flux instance.| Constructor and Description |
|---|
FluxConsumer(Consumer<T> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(reactor.core.publisher.Flux<T> input) |
Consumer<T> |
getTarget() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.