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