Interface IEventServiceInstanceListenerBuilderConfigurator
Provides the capability to configure an event service instance listener builder.
Namespace: Copper.Conventions.Method.Service.V1.Interface
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public interface IEventServiceInstanceListenerBuilderConfigurator
Methods
View SourceConfigure(EventServiceInstanceListenerBuilder, String)
Configures an event service instance listener builder.
Declaration
void Configure(EventServiceInstanceListenerBuilder eventServiceInstanceListenerBuilder, string handlerName)
Parameters
Type | Name | Description |
---|---|---|
EventServiceInstanceListenerBuilder | eventServiceInstanceListenerBuilder | The event service instance listener builder. |
System.String | handlerName | The handler name. |