Table of Contents

GetEventId Method

Definition

Namespace
Savvyio.EventDriven
Assemblies
Savvyio.EventDriven.dll
Source
src/Savvyio.EventDriven/IntegrationEventExtensions.cs

GetEventId<T>(T)

Gets the string representation of the event identifier from the request.

public static string GetEventId<T>(this T request) where T : IIntegrationEvent

Parameters

request T

The IIntegrationEvent to extend.

Returns

string

The string representation of the event identifier from the request.

Type Parameters

T

The model that implements the IIntegrationEvent interface.