getCorrelationId method
Get the optional correlation ID from metadata
Implementation
String? getCorrelationId() => metadata['correlationId'] as String?;
Get the optional correlation ID from metadata
String? getCorrelationId() => metadata['correlationId'] as String?;