Class GenerateChannelAdapterAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class GenerateChannelAdapterAttribute : Attribute
- Inheritance
-
GenerateChannelAdapterAttribute
- Inherited Members
Constructors
GenerateChannelAdapterAttribute(Type, Type)
public GenerateChannelAdapterAttribute(Type externalType, Type payloadType)
Parameters
Properties
AdapterName
public string AdapterName { get; set; }
Property Value
ExternalType
public Type ExternalType { get; }
Property Value
FactoryName
public string FactoryName { get; set; }
Property Value
PayloadType
public Type PayloadType { get; }