Table of Contents

Class MessageBusRouteAttribute

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

Constructors

MessageBusRouteAttribute(string)

public MessageBusRouteAttribute(string topic)

Parameters

topic string

Properties

Topic

public string Topic { get; }

Property Value

string