Skip to content

Interface IEventStoreRegistry

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

Receives event-stream descriptors contributed by active modules or packages.

public interface IEventStoreRegistry

Registers one event stream with the current runtime composition.

void Register(EventStreamDescriptor descriptor)

descriptor EventStreamDescriptor

The event-stream descriptor to register.