Interface IEventPublisherFactory
Defines a method for creating an IEvent
Namespace: Copper.Eventing.Common.Interface
Assembly: Copper.Eventing.Common.dll
Syntax
public interface IEventPublisherFactory
Methods
View SourceCreate()
Creates an IEvent
Declaration
IEventPublisher Create()
Returns
Type | Description |
---|---|
IEvent |
The IEvent |