QueueChannel constructor

const QueueChannel({
  1. required String queue,
  2. String? threadingMode,
  3. Map<String, dynamic>? messageSchema,
  4. Map<String, String>? annotations,
})

Implementation

const QueueChannel({required this.queue, this.threadingMode, this.messageSchema, super.annotations});