Class ServiceInfoCreatorAssemblyAttribute
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
TypeThe type of your info creator that inherits from Steeltoe.Connector.ServiceInfoCreator