We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7717f2 commit 1b66170Copy full SHA for 1b66170
src/Vulthil.Messaging/Queues/QueueDefinition.cs
@@ -11,6 +11,8 @@ public sealed record MessageType(Type Type)
11
/// </summary>
12
public string Name => Type.FullName!;
13
}
14
+/// <summary>
15
+/// Wraps a CLR type representing a consumer in the messaging infrastructure.
16
17
/// <param name="Type">The CLR type of the consumer.</param>
18
public sealed record ConsumerType(Type Type)
0 commit comments