GetEventId Method
Definition
- Assemblies
- Savvyio.Domain.dll
GetEventId<T>(T)
Gets the string representation of the event identifier from the request.
public static string GetEventId<T>(this T request) where T : IDomainEvent
Parameters
requestTThe ITracedDomainEvent to extend.
Returns
- string
The string representation of the event identifier from the
request.
Type Parameters
TThe model that implements the ITracedDomainEvent interface.