MessageQueue constructor

MessageQueue(
  1. String channelId
)

Creates a new MessageQueue associated with the given channelId.

channelId specifies the identifier for the channel that this queue will manage messages for.

Implementation

MessageQueue(this.channelId);