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

Method getChannel

stub/src/main/java/io/grpc/stub/AbstractStub.java:85–87  ·  view source on GitHub ↗

The underlying channel of the stub. @since 1.0.0

()

Source from the content-addressed store, hash-verified

83 * @since 1.0.0
84 */
85 public final Channel getChannel() {
86 return channel;
87 }
88
89 /**
90 * The {@code CallOptions} of the stub.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected