beginListen method Null safety
- String? correlationId,
- IMessageReceiver receiver
Listens for incoming messages without blocking the current thread.
correlationId
(optional) transaction id to trace execution through call chain.receiver
a receiver to receive incoming messages.
See listen method See IMessageReceiver