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

Method start

api/src/main/java/io/grpc/LoadBalancer.java:1364–1366  ·  view source on GitHub ↗

Starts the Subchannel. Can only be called once. Must be called prior to any other method on this class, except for #shutdown which may be called at any time. Must be called from the Helper#getSynchronizationContext Synchronization Context, otherwise it may throw. See <a hre

(SubchannelStateListener listener)

Source from the content-addressed store, hash-verified

1362 * @param listener receives state updates for this Subchannel.
1363 */
1364 public void start(SubchannelStateListener listener) {
1365 throw new UnsupportedOperationException("Not implemented");
1366 }
1367
1368 /**
1369 * Shuts down the Subchannel. After this method is called, this Subchannel should no longer

Calls

no outgoing calls