C# Class RabbitMQ.Client.Unit.TestConsumerOperationDispatch.CollectingConsumer

Inheritance: DefaultBasicConsumer
Exibir arquivo Open project: rabbitmq/rabbitmq-dotnet-client

Public Methods

Method Description
CollectingConsumer ( IModel model ) : System
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void

Method Details

CollectingConsumer() public method

public CollectingConsumer ( IModel model ) : System
model IModel
return System

HandleBasicDeliver() public method

public HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
consumerTag string
deliveryTag ulong
redelivered bool
exchange string
routingKey string
properties IBasicProperties
body byte
return void