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.
2 parents 20a43f3 + 02b0571 commit 94d2f20Copy full SHA for 94d2f20
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