Show / Hide Table of Contents

    Class EventSubscriptionServiceBuilder<TEventSubscriptionServiceBuilder>

    Provides the abstract builder class for a EventSubscriptionService.

    Inheritance
    System.Object
    EventSubscriptionServiceBuilder<TEventSubscriptionServiceBuilder>
    EventSubscriptionServiceBuilder
    EventSubscriptionServiceBuilder
    EventSubscriptionServiceBuilder
    EventSubscriptionServiceBuilder
    EventSubscriptionServiceBuilder
    Namespace: Copper.Eventing.Client
    Assembly: Copper.Eventing.Client.dll
    Syntax
    public abstract class EventSubscriptionServiceBuilder<TEventSubscriptionServiceBuilder> : ComponentBuilder<EventSubscriptionService, TEventSubscriptionServiceBuilder> where TEventSubscriptionServiceBuilder : EventSubscriptionServiceBuilder<TEventSubscriptionServiceBuilder>
    Type Parameters
    Name Description
    TEventSubscriptionServiceBuilder

    Constructors

    View Source

    EventSubscriptionServiceBuilder()

    Initializes a new instance of the EventSubscriptionServiceBuilder class.

    Declaration
    protected EventSubscriptionServiceBuilder()

    Methods

    View Source

    ConfigureEventHandlerProxyFactoryComponentConfiguration(Action<ChildComponentConfiguration<EventHandlerProxyFactoryBuilder>>)

    Configures the event subscription service's event handler proxy factory component configuration.

    Declaration
    public TEventSubscriptionServiceBuilder ConfigureEventHandlerProxyFactoryComponentConfiguration(Action<ChildComponentConfiguration<EventHandlerProxyFactoryBuilder>> configureDelegate)
    Parameters
    Type Name Description
    System.Action<ChildComponentConfiguration<EventHandlerProxyFactoryBuilder>> configureDelegate

    The delegate for configuring the .

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