Class EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>
Provides the abstract builder class for a Service
Inheritance
System.Object
ServiceInstanceListenerBuilder <TEventServiceInstanceListenerBuilder>
EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>
Namespace: Copper.Eventing.Service
Assembly: Copper.Eventing.Service.dll
Syntax
public abstract class EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder> : ServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder> where TEventServiceInstanceListenerBuilder : EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>
Type Parameters
Name | Description |
---|---|
TEventServiceInstanceListenerBuilder | The event service instance listener builder type. |
Constructors
View SourceEventServiceInstanceListenerBuilder(Type, Type, String)
Initializes a new instance of the EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder> class.
Declaration
protected EventServiceInstanceListenerBuilder(Type contractType, Type implementationType, string listenerName)
Parameters
Type | Name | Description |
---|---|---|
System. |
contractType | The service contract type. |
System. |
implementationType | The service implementation type. |
System. |
listenerName | The listener name. |
Methods
View SourceConfigureEventReceiverComponentConfiguration(Action<ChildComponentConfiguration<EventReceiverBuilder>>)
Configures the event service instance listener's event receiver component configuration.
Declaration
public TEventServiceInstanceListenerBuilder ConfigureEventReceiverComponentConfiguration(Action<ChildComponentConfiguration<EventReceiverBuilder>> configureDelegate)
Parameters
Type | Name | Description |
---|---|---|
System. |
configureDelegate | The delegate for configuring the |
Returns
Type | Description |
---|---|
TEvent |