RabbitMqBasicConsumer
Assembly: ServiceStack.RabbitMq.dll
View Source
Declaration
public class RabbitMqBasicConsumer : DefaultBasicConsumer
Properties
Queue
View Source
Declaration
public SharedQueue<BasicGetResult> Queue { get; }
Methods
OnCancel()
View Source
Declaration
public override void OnCancel()
HandleBasicDeliver(String, UInt64, Boolean, String, String, IBasicProperties, Byte[])
View Source
Declaration
public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
Parameters
Type | Name |
---|---|
System.String | consumerTag |
System.UInt64 | deliveryTag |
System.Boolean | redelivered |
System.String | exchange |
System.String | routingKey |
IBasicProperties | properties |
System.Byte[] | body |