Package com.linkedin.venice.grpc
Class VeniceGrpcServerConfig
- java.lang.Object
-
- com.linkedin.venice.grpc.VeniceGrpcServerConfig
-
public class VeniceGrpcServerConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VeniceGrpcServerConfig.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerCredentials
getCredentials()
java.util.concurrent.Executor
getExecutor()
java.util.List<? extends io.grpc.ServerInterceptor>
getInterceptors()
int
getPort()
io.grpc.BindableService
getService()
SSLFactory
getSslFactory()
java.lang.String
toString()
-
-
-
Method Detail
-
getPort
public int getPort()
-
getCredentials
public io.grpc.ServerCredentials getCredentials()
-
getExecutor
public java.util.concurrent.Executor getExecutor()
-
getService
public io.grpc.BindableService getService()
-
getInterceptors
public java.util.List<? extends io.grpc.ServerInterceptor> getInterceptors()
-
getSslFactory
public SSLFactory getSslFactory()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-