Show / Hide Table of Contents

    Class DiscoveryServiceInstanceListenerBuilder

    Provides the builder class for a configured to receive discovery events.

    Inheritance
    System.Object
    EventServiceInstanceListenerBuilder<DiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder<DiscoveryServiceInstanceListenerBuilder>
    DiscoveryServiceInstanceListenerBuilder
    Namespace: Copper.Discovery.Service
    Assembly: Copper.Discovery.Service.dll
    Syntax
    public sealed class DiscoveryServiceInstanceListenerBuilder : DiscoveryServiceInstanceListenerBuilder<DiscoveryServiceInstanceListenerBuilder>

    Methods

    View Source

    Create(String)

    Creates a new DiscoveryServiceInstanceListenerBuilder instance.

    Declaration
    public static DiscoveryServiceInstanceListenerBuilder Create(string listenerName)
    Parameters
    Type Name Description
    System.String listenerName

    The listener name.

    Returns
    Type Description
    DiscoveryServiceInstanceListenerBuilder

    The DiscoveryServiceInstanceListenerBuilder instance.

    Extension Methods

    DiagnosticsServiceServiceInstanceListenerBuilderExtensions.AddCopperEnrichedApplicationInsightsLogging<TServiceInstanceListenerBuilder>(TServiceInstanceListenerBuilder)
    DiagnosticsServiceServiceInstanceListenerBuilderExtensions.AppendDiagnosticsInterceptors<TServiceInstanceListenerBuilder>(TServiceInstanceListenerBuilder)
    MassTransitServiceDiscoveryServiceInstanceListenerBuilderExtensions.UseMassTransit(DiscoveryServiceInstanceListenerBuilder, Action<MassTransitDiscoveryServiceInstanceListenerBuilder>)
    • View Source
    Back to top Generated by DocFX