| Package | Description |
|---|---|
| org.cloudfoundry.reactor.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
static ReactorLogCacheClient.Builder |
ReactorLogCacheClient.builder()
Creates a builder for
ReactorLogCacheClient. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.connectionContext(ConnectionContext connectionContext)
Initializes the value for the
connectionContext attribute. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.from(ReactorLogCacheClient instance)
Fill a builder with attribute values from the provided
ReactorLogCacheClient instance. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.putAllRequestTags(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
requestTags map. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.requestTag(Map.Entry<String,? extends String> entry)
Put one entry to the
requestTags map. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.requestTag(String key,
String value)
Put one entry to the
requestTags map. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.requestTags(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
requestTags map. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.root(Mono<String> root)
Initializes the value for the
root attribute. |
ReactorLogCacheClient.Builder |
ReactorLogCacheClient.Builder.tokenProvider(TokenProvider tokenProvider)
Initializes the value for the
tokenProvider attribute. |
Copyright © 2024. All rights reserved.