| Package | Description |
|---|---|
| org.cloudfoundry.reactor.client |
| Modifier and Type | Method and Description |
|---|---|
static ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.builder()
Creates a builder for
ReactorCloudFoundryClient. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.from(ReactorCloudFoundryClient instance)
Fill a builder with attribute values from the provided
ReactorCloudFoundryClient instance. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.rootV2(reactor.core.publisher.Mono<String> rootV2)
Initializes the value for the
rootV2 attribute. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.rootV3(reactor.core.publisher.Mono<String> rootV3)
Initializes the value for the
rootV3 attribute. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.tokenProvider(TokenProvider tokenProvider)
Initializes the value for the
tokenProvider attribute. |
Copyright © 2019. All rights reserved.