public interface RootProvider
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
getRoot(ConnectionContext connectionContext)
The normalized API root
|
Mono<String> |
getRoot(String key,
ConnectionContext connectionContext)
The normalized root for a given key
|
Mono<String> getRoot(ConnectionContext connectionContext)
connectionContext - a ConnectionContext to be used if the root needs to be retrieved via a network requestMono<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 © 2024. All rights reserved.