T - type of elements containedpublic interface ReactorConvertable<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
flux()
Convert this type to a Reactor Flux
|
default reactor.core.publisher.Mono<T> |
mono()
Convert this type to a Reactor Mono
|