We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a43f3 commit 6ddbf98Copy full SHA for 6ddbf98
RabbitMQ.Stream.Client/Reliable/Producer.cs
@@ -20,17 +20,6 @@ public record SuperStreamConfig
20
public RoutingStrategyType RoutingStrategyType { get; set; } = RoutingStrategyType.Hash;
21
}
22
23
-[AttributeUsage(AttributeTargets.Method)]
24
-internal class MyMethodAttribute : Attribute
25
-{
26
- public string Message { get; }
27
-
28
- public MyMethodAttribute(string message)
29
- {
30
- Message = message;
31
- }
32
-}
33
34
public record ProducerConfig : ReliableConfig
35
{
36
private readonly TimeSpan _timeoutMessageAfter = TimeSpan.FromSeconds(3);
0 commit comments