subscribe abstract method

Future subscribe(
  1. String? correlationId
)

Subscribes to the message broker.

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

Implementation

Future subscribe(String? correlationId);