Class VeniceGrpcServerConfig

java.lang.Object
com.linkedin.venice.grpc.VeniceGrpcServerConfig

public class VeniceGrpcServerConfig extends Object
  • Method Details

    • getPort

      public int getPort()
    • getCredentials

      public io.grpc.ServerCredentials getCredentials()
    • getExecutor

      public Executor getExecutor()
    • getService

      public io.grpc.BindableService getService()
    • getInterceptors

      public List<? extends io.grpc.ServerInterceptor> getInterceptors()
    • getSslFactory

      public SSLFactory getSslFactory()
    • toString

      public String toString()
      Overrides:
      toString in class Object