Skip to main content
Table of Contents

Interface IEvent<TEvent>

Namespace
Stratara.Abstractions.EventSourcing
Assembly
Stratara.Abstractions.dll

Strongly-typed view of IEvent with a payload of TEvent.

public interface IEvent<out TEvent> : IEvent where TEvent : notnull

Type Parameters

TEvent

The concrete event-payload type.

Inherited Members
Extension Methods

Properties

Data

The deserialised event payload, strongly typed.

TEvent Data { get; }

Property Value

TEvent