Skip to main content

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
TypeName
System.StringconsumerTag
System.UInt64deliveryTag
System.Booleanredelivered
System.Stringexchange
System.StringroutingKey
IBasicPropertiesproperties
System.Byte[]body