Class VeniceGrpcServerConfig


  • public class VeniceGrpcServerConfig
    extends java.lang.Object
    • 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 class java.lang.Object