Class GenerateMessagingBridgeAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class GenerateMessagingBridgeAttribute : Attribute
- Inheritance
-
GenerateMessagingBridgeAttribute
- Inherited Members
Constructors
GenerateMessagingBridgeAttribute(Type, Type)
public GenerateMessagingBridgeAttribute(Type inboundType, Type outboundType)
Parameters
Properties
BridgeName
public string BridgeName { get; set; }
Property Value
FactoryName
public string FactoryName { get; set; }
Property Value
InboundType
public Type InboundType { get; }
Property Value
OutboundType
public Type OutboundType { get; }