Skip to content

Interface IEventStoreContributor

Namespace: Cephalon.Abstractions.EventSourcing
Assembly: Cephalon.Abstractions.dll

Contributes one or more event-stream descriptors to the active runtime.

public interface IEventStoreContributor

Returns the event-stream descriptors contributed by the current module or package.

IReadOnlyList<EventStreamDescriptor> Contribute()

IReadOnlyList<EventStreamDescriptor>

The contributed event-stream descriptors.