C# Class RabbitMQ.Client.Examples.ThrowingConsumer

Inheritance: RabbitMQ.Client.DefaultBasicConsumer
Afficher le fichier Open project: NashDotNet/rabbitlab Class Usage Examples

Méthodes publiques

Méthode Description
HandleBasicCancelOk ( string consumerTag ) : void
HandleBasicConsumeOk ( string consumerTag ) : void
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
HandleModelShutdown ( IModel model, RabbitMQ.Client.ShutdownEventArgs args ) : void
ThrowingConsumer ( IModel ch ) : System

Method Details

HandleBasicCancelOk() public méthode

public HandleBasicCancelOk ( string consumerTag ) : void
consumerTag string
Résultat void

HandleBasicConsumeOk() public méthode

public HandleBasicConsumeOk ( string consumerTag ) : void
consumerTag string
Résultat void

HandleBasicDeliver() public méthode

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
Résultat void

HandleModelShutdown() public méthode

public HandleModelShutdown ( IModel model, RabbitMQ.Client.ShutdownEventArgs args ) : void
model IModel
args RabbitMQ.Client.ShutdownEventArgs
Résultat void

ThrowingConsumer() public méthode

public ThrowingConsumer ( IModel ch ) : System
ch IModel
Résultat System