correlationId property

  1. @override
String get correlationId

The correlation ID of the message.

Implementation

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