Class ManagerEventServiceInstanceListenerBuilderConfigurator
Provides the capability to configure an event service instance listener builder for a Manager.
Inheritance
System.Object
ManagerEventServiceInstanceListenerBuilderConfigurator
Implements
Namespace: Copper.Conventions.Method.Service.V1
Assembly: Copper.Conventions.Method.Service.dll
Syntax
public class ManagerEventServiceInstanceListenerBuilderConfigurator : IManagerEventServiceInstanceListenerBuilderConfigurator, IEventServiceInstanceListenerBuilderConfigurator
Constructors
View SourceManagerEventServiceInstanceListenerBuilderConfigurator(IConfiguration)
Creates a ManagerEventServiceInstanceListenerBuilderConfigurator instance.
Declaration
public ManagerEventServiceInstanceListenerBuilderConfigurator(IConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | configuration | The configuration. |
Methods
View SourceConfigure(EventServiceInstanceListenerBuilder, String)
Configures an event service instance listener builder.
Declaration
public void Configure(EventServiceInstanceListenerBuilder eventServiceInstanceListenerBuilder, string handlerName)
Parameters
Type | Name | Description |
---|---|---|
EventServiceInstanceListenerBuilder | eventServiceInstanceListenerBuilder | The event service instance listener builder. |
System.String | handlerName | The handler name. |