Uses of Interface
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder
Packages that use Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder
-
Uses of Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Etcd v3 component.Methods in org.apache.camel.builder.endpoint.dsl that return Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilderModifier and TypeMethodDescriptionEtcd3EndpointBuilderFactory.Etcd3EndpointProducerBuilder.advanced()Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.authHeaders(String key, Object value) Configure the headers to be added to auth request headers.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.authHeaders(Map values) Configure the headers to be added to auth request headers.Configure the authority used to authenticate connections to servers.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.connectionTimeout(String connectionTimeout) Configure the connection timeout.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.connectionTimeout(Duration connectionTimeout) Configure the connection timeout.Configure the headers to be added to http request headers.Configure the headers to be added to http request headers.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.keepAliveTime(String keepAliveTime) Configure the interval for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.keepAliveTime(Duration keepAliveTime) Configure the interval for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.keepAliveTimeout(String keepAliveTimeout) Configure the timeout for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.keepAliveTimeout(Duration keepAliveTimeout) Configure the timeout for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.loadBalancerPolicy(String loadBalancerPolicy) Configure etcd load balancer policy.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.maxInboundMessageSize(Integer maxInboundMessageSize) Configure the maximum message size allowed for a single gRPC frame.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.maxInboundMessageSize(String maxInboundMessageSize) Configure the maximum message size allowed for a single gRPC frame.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryDelay(long retryDelay) Configure the delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryDelay(String retryDelay) Configure the delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryMaxDelay(long retryMaxDelay) Configure the max backing off delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryMaxDelay(String retryMaxDelay) Configure the max backing off delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryMaxDuration(String retryMaxDuration) Configure the retries max duration.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.retryMaxDuration(Duration retryMaxDuration) Configure the retries max duration.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.sslContext(io.netty.handler.ssl.SslContext sslContext) Configure SSL/TLS context to use instead of the system default.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointProducerBuilder.sslContext(String sslContext) Configure SSL/TLS context to use instead of the system default.