public interface ReactiveSwitcher
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
current() |
<P extends org.reactivestreams.Publisher<?>> |
reset(P publisher) |
<P extends org.reactivestreams.Publisher<?>> |
use(P publisher,
String id) |
<P extends org.reactivestreams.Publisher<?>> |
useDefault(P publisher) |
<P extends org.reactivestreams.Publisher<?>> |
useLast(P publisher) |
<P extends org.reactivestreams.Publisher<?>> P useLast(P publisher)
<P extends org.reactivestreams.Publisher<?>> P use(P publisher,
String id)
<P extends org.reactivestreams.Publisher<?>> P useDefault(P publisher)
reactor.core.publisher.Mono<String> current()
<P extends org.reactivestreams.Publisher<?>> P reset(P publisher)
Copyright © 2016–2021. All rights reserved.