Interface IEventPublisherBuilderFactory
Defines a method for creating a
Namespace: Copper.Conventions.Method.Service.V1.Interface
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public interface IEventPublisherBuilderFactory
Methods
View SourceCreateFor<TEvents>()
Creates a
Declaration
EventPublisherBuilder CreateFor<TEvents>()
where TEvents : class
Returns
| Type | Description |
|---|---|
| EventPublisherBuilder | The event publisher builder. |
Type Parameters
| Name | Description |
|---|---|
| TEvents | The events contract type. |