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