public static interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder |
basic() |
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder |
connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the
Kubernetes API server.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder |
connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the
Kubernetes API server.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointProducerBuilder basic()
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder connectionTimeout(Integer connectionTimeout)
connectionTimeout - the value to setdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder connectionTimeout(String connectionTimeout)
connectionTimeout - the value to setdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel