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