Table of Contents

Class ServiceInfoCreatorAssemblyAttribute

Namespace
Steeltoe.Connector
Assembly
Steeltoe.Connector.Abstractions.dll

Identify assemblies containing ServiceInfoCreators

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

Constructors

ServiceInfoCreatorAssemblyAttribute(Type)

Initializes a new instance of the ServiceInfoCreatorAssemblyAttribute class. Used to override the default ServiceInfoCreator

public ServiceInfoCreatorAssemblyAttribute(Type creatorType)

Parameters

creatorType Type

The type of your info creator that inherits from Steeltoe.Connector.ServiceInfoCreator