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

Method build

api/src/main/java/io/grpc/ServerBuilder.java:436–436  ·  view source on GitHub ↗

Builds a server using the given parameters. The returned service will not been started or be bound a port. You will need to start it with Server#start(). @return a new Server @since 1.0.0

()

Source from the content-addressed store, hash-verified

434 * @since 1.0.0
435 */
436 public abstract Server build();
437
438 /**
439 * Adds a metric sink to the server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected