T - output type of target supplierpublic class MonoSupplier<T> extends Object implements Supplier<reactor.core.publisher.Mono<T>>, FluxWrapper<Supplier<T>>
Supplier implementation that wraps a target Supplier so that the target's
simple output type will be wrapped in a Mono instance.| Constructor and Description |
|---|
MonoSupplier(Supplier<T> supplier) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.