Skip to content

Commit 1b66170

Browse files
committed
missing comment
1 parent e7717f2 commit 1b66170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Vulthil.Messaging/Queues/QueueDefinition.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public sealed record MessageType(Type Type)
1111
/// </summary>
1212
public string Name => Type.FullName!;
1313
}
14+
/// <summary>
15+
/// Wraps a CLR type representing a consumer in the messaging infrastructure.
1416
/// </summary>
1517
/// <param name="Type">The CLR type of the consumer.</param>
1618
public sealed record ConsumerType(Type Type)

0 commit comments

Comments
 (0)