MCPcopy Index your code
hub / github.com/grpc/grpc-java / addService

Method addService

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

Adds a service implementation to the handler registry. @param service ServerServiceDefinition object @return this @since 1.0.0

(ServerServiceDefinition service)

Source from the content-addressed store, hash-verified

103 * @since 1.0.0
104 */
105 public abstract T addService(ServerServiceDefinition service);
106
107 /**
108 * Adds a service implementation to the handler registry.

Callers 15

addServicesMethod · 0.95
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
createMtlsServerMethod · 0.45
createPlaintextServerMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
createMtlsServerMethod · 0.36
createPlaintextServerMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36