Interface OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- OpenshiftBuildsEndpointBuilderFactory
public static interface OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint for the Openshift Builds component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default OpenshiftBuildsEndpointBuilderFactory.OpenshiftBuildsEndpointBuilder
basic()
default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder
connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server.default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder
connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server.default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-
-
-
Method Detail
-
basic
default OpenshiftBuildsEndpointBuilderFactory.OpenshiftBuildsEndpointBuilder basic()
-
connectionTimeout
default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder connectionTimeout(Integer connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server. The option is a:java.lang.Integer
type. Group: advanced
-
connectionTimeout
default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder connectionTimeout(String connectionTimeout)
Connection timeout in milliseconds to use when making requests to the Kubernetes API server. The option will be converted to ajava.lang.Integer
type. Group: advanced
-
synchronous
default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default OpenshiftBuildsEndpointBuilderFactory.AdvancedOpenshiftBuildsEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-