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

Method newInstance

xds/src/main/java/io/grpc/xds/CsdsService.java:76–78  ·  view source on GitHub ↗

Creates an instance.

()

Source from the content-addressed store, hash-verified

74
75 /** Creates an instance. */
76 public static CsdsService newInstance() {
77 return new CsdsService();
78 }
79
80 @Override
81 public ServerServiceDefinition bindService() {

Calls

no outgoing calls