Uses of Interface
org.apache.camel.builder.component.dsl.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder
Packages that use Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder
-
Uses of Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Etcd3ComponentBuilderFactory.Etcd3ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.etcd3()Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. -
Uses of Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Etcd3ComponentBuilderFactory.Etcd3ComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Etcd3ComponentBuilderFactory.Etcd3ComponentBuilderModifier and TypeMethodDescriptionEtcd3ComponentBuilderFactory.Etcd3ComponentBuilder.authHeaders(Map<String, String> authHeaders) Configure the headers to be added to auth request headers.Configure the authority used to authenticate connections to servers.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.configuration(org.apache.camel.component.etcd3.Etcd3Configuration configuration) Component configuration.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.connectionTimeout(Duration connectionTimeout) Configure the connection timeout.Configure etcd server endpoints using the IPNameResolver.Etcd3ComponentBuilderFactory.etcd3()Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.fromIndex(long fromIndex) The index to watch from.Configure the headers to be added to http request headers.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.keepAliveTime(Duration keepAliveTime) Configure the interval for gRPC keepalives.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.keepAliveTimeout(Duration keepAliveTimeout) Configure the timeout for gRPC keepalives.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.keyCharset(String keyCharset) Configure the charset to use for the keys.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.loadBalancerPolicy(String loadBalancerPolicy) Configure etcd load balancer policy.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.maxInboundMessageSize(Integer maxInboundMessageSize) Configure the maximum message size allowed for a single gRPC frame.Configure the namespace of keys used.Configure etcd auth password.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.prefix(boolean prefix) To apply an action on all the key-value pairs whose key that starts with the target path.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.retryDelay(long retryDelay) Configure the delay between retries in milliseconds.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.retryMaxDelay(long retryMaxDelay) Configure the max backing off delay between retries in milliseconds.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.retryMaxDuration(Duration retryMaxDuration) Configure the retries max duration.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.servicePath(String servicePath) The path to look for service discovery.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.sslContext(io.netty.handler.ssl.SslContext sslContext) Configure SSL/TLS context to use instead of the system default.Configure etcd auth user.Etcd3ComponentBuilderFactory.Etcd3ComponentBuilder.valueCharset(String valueCharset) Configure the charset to use for the values.