correlationId property

  1. @override
String get correlationId
inherited

The correlation ID of the message.

Implementation

@override
String get correlationId => metadata['correlationId'] as String? ?? _eventId;