send abstract method

  1. @override
Future send(
  1. String? correlationId,
  2. MessageEnvelope envelope
)
override

Sends a message into the queue.

  • correlationId (optional) transaction id to trace execution through call chain.
  • envelope a message envelop to be sent. Return (optional) Future that receives null for success. Throws error

Implementation

@override
Future send(String? correlationId, MessageEnvelope envelope);