Table of Contents

Class GeneratePollingConsumerAttribute

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class GeneratePollingConsumerAttribute : Attribute
Inheritance
GeneratePollingConsumerAttribute
Inherited Members

Constructors

GeneratePollingConsumerAttribute(Type)

public GeneratePollingConsumerAttribute(Type payloadType)

Parameters

payloadType Type

Properties

ConsumerName

public string ConsumerName { get; set; }

Property Value

string

FactoryName

public string FactoryName { get; set; }

Property Value

string

PayloadType

public Type PayloadType { get; }

Property Value

Type