Class MethodEventServiceInstanceListenerBuilderFactory
Defines a method for creating an
Inheritance
System.Object
MethodEventServiceInstanceListenerBuilderFactory
Namespace: Copper.Conventions.Method.Service.V1
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public static class MethodEventServiceInstanceListenerBuilderFactory
Methods
View SourceCreate(Type, Type, String)
Creates a
Declaration
public static EventServiceInstanceListenerBuilder Create(Type contractType, Type implementationType, string listenerName)
Parameters
Type | Name | Description |
---|---|---|
System.Type | contractType | |
System.Type | implementationType | |
System.String | listenerName |
Returns
Type | Description |
---|---|
EventServiceInstanceListenerBuilder | The event service instance listener builder. |