Channel constructor

Channel()

Implementation

Channel() {
  _setCallbackMethodCallHandler();
  _setBasicMessageHandler();
}