Table of Contents

Class GenerateResequencerAttribute

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

Constructors

GenerateResequencerAttribute(Type)

public GenerateResequencerAttribute(Type payloadType)

Parameters

payloadType Type

Properties

FactoryName

public string FactoryName { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

PayloadType

public Type PayloadType { get; }

Property Value

Type

StartsAt

public long StartsAt { get; set; }

Property Value

long