Class DiscoveryClientAssemblyAttribute
Identify assemblies containing ServiceInfoCreators
Inheritance
System.Object
DiscoveryClientAssemblyAttribute
Namespace: Steeltoe.Discovery
Assembly: Steeltoe.Discovery.ClientBase.dll
Syntax
public sealed class DiscoveryClientAssemblyAttribute : AssemblyContainsTypeAttribute
Constructors
| Edit this page View SourceDiscoveryClientAssemblyAttribute(Type)
Initializes a new instance of the DiscoveryClientAssemblyAttribute class. Used to identify assemblies that contain a discovery client
Declaration
public DiscoveryClientAssemblyAttribute(Type discoveryClientExtensionType)
Parameters
Type | Name | Description |
---|---|---|
Type | discoveryClientExtensionType |