@Value.Immutable public abstract class CloudFoundryClientFactory extends Object
| Constructor and Description |
|---|
CloudFoundryClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.cloudfoundry.client.CloudFoundryClient |
createClient(URL controllerUrl,
OAuthClient oAuthClient) |
org.cloudfoundry.doppler.DopplerClient |
createDopplerClient(URL controllerUrl,
OAuthClient oAuthClient) |
abstract Optional<Integer> |
getConnectionPoolSize() |
abstract Optional<java.time.Duration> |
getConnectTimeout() |
org.cloudfoundry.reactor.ConnectionContext |
getOrCreateConnectionContext(String controllerApiHost) |
abstract Optional<java.time.Duration> |
getSslHandshakeTimeout() |
abstract Optional<Integer> |
getThreadPoolSize() |
public abstract Optional<java.time.Duration> getSslHandshakeTimeout()
public abstract Optional<java.time.Duration> getConnectTimeout()
public org.cloudfoundry.client.CloudFoundryClient createClient(URL controllerUrl, OAuthClient oAuthClient)
public org.cloudfoundry.doppler.DopplerClient createDopplerClient(URL controllerUrl, OAuthClient oAuthClient)
public org.cloudfoundry.reactor.ConnectionContext getOrCreateConnectionContext(String controllerApiHost)
Copyright © 2020 SAP SE. All rights reserved.