Uses of Interface
org.apache.camel.builder.endpoint.dsl.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder
Packages that use Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder
-
Uses of Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilderModifier and TypeMethodDescriptionEtcd3EndpointBuilderFactory.Etcd3EndpointBuilder.advanced()Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.authHeaders(String key, Object value) Configure the headers to be added to auth request headers.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.authHeaders(Map values) Configure the headers to be added to auth request headers.Configure the authority used to authenticate connections to servers.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.connectionTimeout(String connectionTimeout) Configure the connection timeout.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.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.AdvancedEtcd3EndpointBuilder.keepAliveTime(String keepAliveTime) Configure the interval for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.keepAliveTime(Duration keepAliveTime) Configure the interval for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.keepAliveTimeout(String keepAliveTimeout) Configure the timeout for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.keepAliveTimeout(Duration keepAliveTimeout) Configure the timeout for gRPC keepalives.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.loadBalancerPolicy(String loadBalancerPolicy) Configure etcd load balancer policy.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.maxInboundMessageSize(Integer maxInboundMessageSize) Configure the maximum message size allowed for a single gRPC frame.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.maxInboundMessageSize(String maxInboundMessageSize) Configure the maximum message size allowed for a single gRPC frame.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryDelay(long retryDelay) Configure the delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryDelay(String retryDelay) Configure the delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryMaxDelay(long retryMaxDelay) Configure the max backing off delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryMaxDelay(String retryMaxDelay) Configure the max backing off delay between retries in milliseconds.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryMaxDuration(String retryMaxDuration) Configure the retries max duration.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.retryMaxDuration(Duration retryMaxDuration) Configure the retries max duration.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.sslContext(io.netty.handler.ssl.SslContext sslContext) Configure SSL/TLS context to use instead of the system default.Etcd3EndpointBuilderFactory.AdvancedEtcd3EndpointBuilder.sslContext(String sslContext) Configure SSL/TLS context to use instead of the system default.