| 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.putAllRequestTags(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
requestTags map. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.requestTag(Map.Entry<String,? extends String> entry)
Put one entry to the
requestTags map. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.requestTag(String key,
String value)
Put one entry to the
requestTags map. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.requestTags(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
requestTags map. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.rootV2(Mono<String> rootV2)
Initializes the value for the
rootV2 attribute. |
ReactorCloudFoundryClient.Builder |
ReactorCloudFoundryClient.Builder.rootV3(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 © 2021. All rights reserved.