public class VeniceGrpcServerConfig
extends Object
-
Nested Class Summary
Nested Classes
-
Method Summary
io.grpc.ServerCredentials
List<? extends io.grpc.ServerInterceptor>
int
List<io.grpc.BindableService>
-
Method Details
-
getPort
public int getPort()
-
getCredentials
public io.grpc.ServerCredentials getCredentials()
-
-
getServices
public List<io.grpc.BindableService> getServices()
-
getInterceptors
public List<? extends io.grpc.ServerInterceptor> getInterceptors()
-
-