Skip to main content
Table of Contents

Interface IAggregateCreationEvent

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

Marker on the first event of an aggregate's lifecycle. The EventSource uses this to resolve the Subject (data-owner tenant id) when a stream is being created and no existing aggregate / per-batch cache entry is available yet.

public interface IAggregateCreationEvent
Extension Methods

Properties

TenantId

The Subject tenant id the new aggregate belongs to.

Guid TenantId { get; }

Property Value

Guid