Table of Contents

Class ScatterGatherRecipientAttribute

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

Constructors

ScatterGatherRecipientAttribute(string, int, string?)

public ScatterGatherRecipientAttribute(string name, int order = 0, string? predicateMethodName = null)

Parameters

name string
order int
predicateMethodName string

Properties

Name

public string Name { get; }

Property Value

string

Order

public int Order { get; }

Property Value

int

PredicateMethodName

public string? PredicateMethodName { get; }

Property Value

string