Configuration Reference
Version:2.3.0
Grpc Client Runtime Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.net.SocketAddress |
|
|
java.lang.String |
|
|
java.lang.Class |
|
|
io.netty.channel.ChannelFactory |
|
|
io.grpc.netty.NegotiationType |
|
|
io.netty.channel.EventLoopGroup |
|
|
io.netty.handler.ssl.SslContext |
|
|
int |
|
|
int |
|
|
int |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
boolean |
|
|
io.grpc.netty.NettyChannelBuilder$LocalSocketPicker |
|
|
int |
|
|
java.util.concurrent.Executor |
|
|
java.util.concurrent.Executor |
|
|
java.util.List |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
io.grpc.DecompressorRegistry |
|
|
io.grpc.CompressorRegistry |
|
|
java.time.Duration |
|
|
int |
|
|
int |
|
|
long |
|
|
long |
|
|
io.grpc.BinaryLog |
|
|
int |
|
|
io.grpc.ProxyDetector |
|
|
java.util.Map |
Property | Type | Description |
---|---|---|
|
io.opentracing.Tracer |
|
|
io.opentracing.contrib.grpc.OperationNameConstructor |
|
|
io.opentracing.contrib.grpc.TracingClientInterceptor$ClientRequestAttribute |
|
|
io.opentracing.contrib.grpc.ActiveSpanSource |
|
|
io.opentracing.contrib.grpc.ActiveSpanContextSource |
|
|
io.opentracing.contrib.grpc.ClientSpanDecorator |
|
|
io.opentracing.contrib.grpc.ClientCloseDecorator |
Property | Type | Description |
---|---|---|
|
java.net.SocketAddress |
|
|
java.lang.String |
|
|
java.lang.Class |
|
|
io.netty.channel.ChannelFactory |
|
|
io.grpc.netty.NegotiationType |
|
|
io.netty.channel.EventLoopGroup |
|
|
io.netty.handler.ssl.SslContext |
|
|
int |
|
|
int |
|
|
int |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
boolean |
|
|
io.grpc.netty.NettyChannelBuilder$LocalSocketPicker |
|
|
int |
|
|
java.util.concurrent.Executor |
|
|
java.util.concurrent.Executor |
|
|
java.util.List |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
io.grpc.DecompressorRegistry |
|
|
io.grpc.CompressorRegistry |
|
|
java.time.Duration |
|
|
int |
|
|
int |
|
|
long |
|
|
long |
|
|
io.grpc.BinaryLog |
|
|
int |
|
|
io.grpc.ProxyDetector |
|
|
java.util.Map |
Grpc Server Runtime Config Properties
🔗Property | Type | Description |
---|---|---|
|
int |
|
|
java.net.SocketAddress |
|
|
java.net.SocketAddress |
|
|
java.lang.Class |
|
|
io.netty.channel.ChannelFactory |
|
|
io.netty.channel.EventLoopGroup |
|
|
io.netty.channel.EventLoopGroup |
|
|
int |
|
|
int |
|
|
int |
|
|
int |
|
|
int |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
java.time.Duration |
|
|
boolean |
|
|
java.util.concurrent.Executor |
|
|
io.grpc.ServerServiceDefinition |
|
|
io.grpc.ServerInterceptor |
|
|
io.grpc.ServerTransportFilter |
|
|
io.grpc.ServerStreamTracer$Factory |
|
|
io.grpc.HandlerRegistry |
|
|
io.grpc.DecompressorRegistry |
|
|
io.grpc.CompressorRegistry |
|
|
java.time.Duration |
|
|
io.grpc.BinaryLog |
|
|
java.lang.String |
Sets the instance id name used for registering the GRPC service in Service Discovery. If this is not set, the application name will be used. |
Property | Type | Description |
---|---|---|
|
io.netty.handler.ssl.SslContext |
|
|
java.lang.String |
Sets the cert chain |
|
java.lang.String |
Sets the private key |
Property | Type | Description |
---|---|---|
|
io.opentracing.Tracer |
|
|
io.opentracing.contrib.grpc.OperationNameConstructor |
|
|
io.opentracing.contrib.grpc.TracingServerInterceptor$ServerRequestAttribute |
|
|
io.opentracing.contrib.grpc.ServerSpanDecorator |
|
|
io.opentracing.contrib.grpc.ServerCloseDecorator |