Class ServiceInfoCreatorAssemblyAttribute
Identify assemblies containing ServiceInfoCreators
Inherited Members
Namespace: Steeltoe.Connector
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public sealed class ServiceInfoCreatorAssemblyAttribute : AssemblyContainsTypeAttribute
Constructors
| Edit this page View SourceServiceInfoCreatorAssemblyAttribute(Type)
Initializes a new instance of the ServiceInfoCreatorAssemblyAttribute class. Used to override the default ServiceInfoCreator
Declaration
public ServiceInfoCreatorAssemblyAttribute(Type creatorType)
Parameters
Type | Name | Description |
---|---|---|
Type | creatorType | The type of your info creator that inherits from Steeltoe.Connector.ServiceInfoCreator |