Interface IEventFactory<TRegisterData>
Defines a typed event factory that manages event subscriptions/lifecycles with additional metadata related to the event.
public interface IEventFactory<in TRegisterData> : IEventFactory
Type Parameters
TRegisterDataAdditional registration metadata required by the factory.
- Inherited Members
- Extension Methods
Methods
- Register<TEvent>(TRegisterData)
Registers the specified event type using the provided registration metadata.