endListen abstract method

void endListen(
  1. String? correlationId
)

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

  • correlationId (optional) transaction id to trace execution through call chain.

Implementation

void endListen(String? correlationId);