ZapConsumer constructor

ZapConsumer(
  1. ChannelSession _channelSession
)

Implementation

ZapConsumer(this._channelSession)
    : _connectionStream = _channelSession.stream;