Show / Hide Table of Contents

    Class EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>

    Provides the abstract builder class for a ServiceInstanceListener configured to receive service requests.

    Inheritance
    System.Object
    ServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>
    EventServiceInstanceListenerBuilder<TEventServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<TDiscoveryServiceInstanceListenerBuilder>
    EventServiceInstanceListenerBuilder
    EventServiceInstanceListenerBuilder
    EventServiceInstanceListenerBuilder
    EventServiceInstanceListenerBuilder
    EventServiceInstanceListenerBuilder
    EventServiceInstanceListenerBuilder
    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 Source

    EventServiceInstanceListenerBuilder(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.Type contractType

    The service contract type.

    System.Type implementationType

    The service implementation type.

    System.String listenerName

    The listener name.

    Methods

    View Source

    ConfigureEventReceiverComponentConfiguration(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.Action<ChildComponentConfiguration<EventReceiverBuilder>> configureDelegate

    The delegate for configuring the .

    Returns
    Type Description
    TEventServiceInstanceListenerBuilder
    • View Source
    Back to top Generated by DocFX