correlationId property

  1. @override
String get correlationId

The correlation ID of the message.

Implementation

@override
String get correlationId => 'channel-p2p-${DateTime.now().millisecondsSinceEpoch}';