T - input type of target consumerpublic class FluxConsumer<T> extends Object implements Consumer<reactor.core.publisher.Flux<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) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.