T - output type of target supplier@Deprecated public 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<T> |
get()
Deprecated.
|
Supplier<T> |
getTarget()
Deprecated.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.