channel abstract method

Future<Channel> channel()

Allocate and initialize a new Channel. Return a Future to be completed with the new Channel

Implementation

Future<Channel> channel();