Uses of Interface
org.apache.camel.builder.component.dsl.ConsulComponentBuilderFactory.ConsulComponentBuilder
Packages that use ConsulComponentBuilderFactory.ConsulComponentBuilder
-
Uses of ConsulComponentBuilderFactory.ConsulComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ConsulComponentBuilderFactory.ConsulComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.consul()Consul (camel-consul) Integrate with Consul service discovery and configuration store. -
Uses of ConsulComponentBuilderFactory.ConsulComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ConsulComponentBuilderFactory.ConsulComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ConsulComponentBuilderFactory.ConsulComponentBuilderModifier and TypeMethodDescriptionSets the ACL token to be used with Consul.The default action.ConsulComponentBuilderFactory.ConsulComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ConsulComponentBuilderFactory.ConsulComponentBuilder.blockSeconds(Integer blockSeconds) The second to wait for a watch event, default 10 seconds.ConsulComponentBuilderFactory.ConsulComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.ConsulComponentBuilderFactory.ConsulComponentBuilder.configuration(org.apache.camel.component.consul.ConsulConfiguration configuration) Consul configuration.ConsulComponentBuilderFactory.ConsulComponentBuilder.connectTimeout(Duration connectTimeout) Connect timeout for OkHttpClient.ConsulComponentBuilderFactory.ConsulComponentBuilder.consistencyMode(org.kiwiproject.consul.option.ConsistencyMode consistencyMode) The consistencyMode used for queries, default ConsistencyMode.DEFAULT.ConsulComponentBuilderFactory.consul()Consul (camel-consul) Integrate with Consul service discovery and configuration store.ConsulComponentBuilderFactory.ConsulComponentBuilder.consulClient(org.kiwiproject.consul.Consul consulClient) Reference to a org.kiwiproject.consul.Consul in the registry.ConsulComponentBuilderFactory.ConsulComponentBuilder.datacenter(String datacenter) The data center.ConsulComponentBuilderFactory.ConsulComponentBuilder.firstIndex(BigInteger firstIndex) The first index for watch for, default 0.The default key.ConsulComponentBuilderFactory.ConsulComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The near node to use for queries.The note meta-data to use for queries.Sets the password to be used for basic authentication.ConsulComponentBuilderFactory.ConsulComponentBuilder.pingInstance(boolean pingInstance) Configure if the AgentClient should attempt a ping before returning the Consul instance.ConsulComponentBuilderFactory.ConsulComponentBuilder.readTimeout(Duration readTimeout) Read timeout for OkHttpClient.ConsulComponentBuilderFactory.ConsulComponentBuilder.recursive(boolean recursive) Recursively watch, default false.ConsulComponentBuilderFactory.ConsulComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) SSL configuration using an org.apache.camel.support.jsse.SSLContextParameters instance.Set tags.The Consul agent URL.ConsulComponentBuilderFactory.ConsulComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.Sets the username to be used for basic authentication.ConsulComponentBuilderFactory.ConsulComponentBuilder.valueAsString(boolean valueAsString) Default to transform values retrieved from Consul i.e. on KV endpoint to string.ConsulComponentBuilderFactory.ConsulComponentBuilder.writeTimeout(Duration writeTimeout) Write timeout for OkHttpClient.