public static interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder extends KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuilder, KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder |
basic() |
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the
Kubernetes API server.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the
Kubernetes API server.
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsEndpointBuilder basic()
basic in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuilderbasic in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilderdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder connectionTimeout(Integer connectionTimeout)
java.lang.Integer type.
Group: advancedconnectionTimeout in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuilderconnectionTimeout in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilderdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder connectionTimeout(String connectionTimeout)
java.lang.Integer
type.
Group: advancedconnectionTimeout in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuilderconnectionTimeout in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilderdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuildersynchronous in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilderdefault KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointConsumerBuildersynchronous in interface KubernetesDeploymentsEndpointBuilderFactory.AdvancedKubernetesDeploymentsEndpointProducerBuilderApache Camel