| Package | Description |
|---|---|
| org.cloudfoundry.reactor |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRootProvider
A
RootProvider that returns endpoints by delegating to an RootPayloadRootProvider and then an InfoPayloadRootProvider. |
class |
InfoPayloadRootProvider
A
RootProvider that returns endpoints extracted from the `/v2/info` API for the configured endpoint. |
class |
RootPayloadRootProvider
A
RootProvider that returns endpoints extracted from the `/` API for the configured endpoint. |
class |
SingleEndpointRootProvider
A
RootProvider that returns a single endpoint regardless of what key is requested. |
| Modifier and Type | Method and Description |
|---|---|
RootProvider |
DefaultConnectionContext.getRootProvider() |
RootProvider |
ConnectionContext.getRootProvider()
The
RootProvider to use |
| Modifier and Type | Method and Description |
|---|---|
DefaultConnectionContext.Builder |
DefaultConnectionContext.Builder.rootProvider(RootProvider rootProvider)
Initializes the value for the
rootProvider attribute. |
Copyright © 2019. All rights reserved.