MCPcopy Create free account
hub / github.com/grpc/grpc-java / bindService

Method bindService

xds/src/main/java/io/grpc/xds/CsdsService.java:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public ServerServiceDefinition bindService() {
82 return delegate.bindService();
83 }
84
85 /** Hide protobuf from being exposed via the API. */
86 private final class CsdsServiceInternal

Callers

nothing calls this directly

Calls 1

bindServiceMethod · 0.65

Tested by

no test coverage detected