Skip to content

Commit 9cca120

Browse files
Don't mention Subscription
It is largely the same thing as QueueingBasicConsumer
1 parent bb4acfa commit 9cca120

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/client/RabbitMQ.Client/src/client/api/DefaultBasicConsumer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ namespace RabbitMQ.Client
5151
/// <remarks>
5252
/// Note that the "Handle*" methods run in the connection's thread!
5353
/// Consider using <see cref="EventingBasicConsumer"/>, which exposes
54-
/// events that can be subscribed to consumer messages, or RabbitMQ.Client.MessagePatterns.Subscription,
55-
/// which manages resource declaration and binding in addition to providing a
56-
/// thread-safe interface.
54+
/// events that can be subscribed to consumer messages.
5755
/// </remarks>
5856
public class DefaultBasicConsumer : IBasicConsumer
5957
{

0 commit comments

Comments
 (0)