public interface RootProvider
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
getRoot(ConnectionContext connectionContext)
The normalized API root
|
reactor.core.publisher.Mono<String> |
getRoot(String key,
ConnectionContext connectionContext)
The normalized root for a given key
|
reactor.core.publisher.Mono<String> getRoot(ConnectionContext connectionContext)
connectionContext - a ConnectionContext to be used if the root needs to be retrieved via a network requestreactor.core.publisher.Mono<String> getRoot(String key, ConnectionContext connectionContext)
key - the key to look up root fromconnectionContext - a ConnectionContext to be used if the roo needs to be retrieved via a network requestCopyright © 2019. All rights reserved.