Skip to content

Commit 02b0571

Browse files
committed
Removed unused class MyMethodAttribute from Producer.cs
1 parent 20a43f3 commit 02b0571

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

RabbitMQ.Stream.Client/Reliable/Producer.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ public record SuperStreamConfig
2020
public RoutingStrategyType RoutingStrategyType { get; set; } = RoutingStrategyType.Hash;
2121
}
2222

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-
3423
public record ProducerConfig : ReliableConfig
3524
{
3625
private readonly TimeSpan _timeoutMessageAfter = TimeSpan.FromSeconds(3);

0 commit comments

Comments
 (0)