Table of Contents

Class OutputAttribute

Namespace
Steeltoe.Stream.Attributes
Assembly
Steeltoe.Stream.Abstractions.dll

Indicates that an output binding target will be created by the framework.

[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = false)]
public class OutputAttribute : Attribute
Inheritance
OutputAttribute
Inherited Members

Constructors

OutputAttribute(string)

Initializes a new instance of the OutputAttribute class.

public OutputAttribute(string name = null)

Parameters

name string

the binding target name

Properties

Name

Gets or sets the binding target name; used as a name for binding target and as a destination name by default.

public virtual string Name { get; set; }

Property Value

string