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