C# Class CodeSharp.EventSourcing.TransportHeaderKeys

COntains transport message headers
Datei anzeigen Open project: tangxuehua/eventsourcing

Public Methods

Method Description
GetIdForCorrelation ( this message ) : string

Returns IdForCorrelation if not null, otherwise, return Transport message Id.

GetOriginalId ( this message ) : string

Return OriginalId if present. If not return Transport message Id.

Method Details

GetIdForCorrelation() public static method

Returns IdForCorrelation if not null, otherwise, return Transport message Id.
public static GetIdForCorrelation ( this message ) : string
message this
return string

GetOriginalId() public static method

Return OriginalId if present. If not return Transport message Id.
public static GetOriginalId ( this message ) : string
message this
return string