Table of Contents

Class DiscoveryClientAssemblyAttribute

Namespace
Steeltoe.Discovery
Assembly
Steeltoe.Discovery.ClientBase.dll

Identify assemblies containing ServiceInfoCreators

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class DiscoveryClientAssemblyAttribute : AssemblyContainsTypeAttribute
Inheritance
DiscoveryClientAssemblyAttribute
Inherited Members

Constructors

DiscoveryClientAssemblyAttribute(Type)

Initializes a new instance of the DiscoveryClientAssemblyAttribute class. Used to identify assemblies that contain a discovery client

public DiscoveryClientAssemblyAttribute(Type discoveryClientExtensionType)

Parameters

discoveryClientExtensionType Type

The IDiscoveryClientExtension