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

Method newBuilder

api/src/main/java/io/grpc/NameResolver.java:561–563  ·  view source on GitHub ↗

Creates a new builder. @since 1.21.0

()

Source from the content-addressed store, hash-verified

559 * @since 1.21.0
560 */
561 public static Builder newBuilder() {
562 return new Builder();
563 }
564
565 /**
566 * Builder for {@link Args}.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected