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

Method create

xds/src/main/java/io/grpc/xds/Endpoints.java:98–100  ·  view source on GitHub ↗
(String category, int dropsPerMillion)

Source from the content-addressed store, hash-verified

96 abstract int dropsPerMillion();
97
98 static DropOverload create(String category, int dropsPerMillion) {
99 return new AutoValue_Endpoints_DropOverload(category, dropsPerMillion);
100 }
101 }
102}

Calls

no outgoing calls