endListen method Null safety

  1. @override
Future endListen(
  1. String? correlationId
)
override

Ends listening for incoming messages. When this method is call listen unblocks the thread and execution continues. Parameters:

  • correlationId (optional) transaction id to trace execution through call chain. Return Future that recive a null when all done Throws error