shutdown abstract method

Future<void> shutdown()

Shuts down this channel.

No further RPCs can be made on this channel. RPCs already in progress will be allowed to complete.

Implementation

Future<void> shutdown();