C# 클래스 RabbitMQ.Client.Examples.LowlevelLogTail.MyConsumer

Subclass of the very low-level DefaultBasicConsumer
Be warned: the threading issues involved in using DefaultBasicConsumer can be subtle! Usually, QueueingBasicConsumer is what you want. Please see the comments attached to DefaultBasicConsumer, as well as the section on DefaultBasicConsumer and threading in the user manual.
상속: RabbitMQ.Client.DefaultBasicConsumer
파일 보기 프로젝트 열기: NashDotNet/rabbitlab

공개 메소드들

메소드 설명
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
MyConsumer ( IModel ch ) : System

메소드 상세

HandleBasicDeliver() 공개 메소드

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
리턴 void

MyConsumer() 공개 메소드

public MyConsumer ( IModel ch ) : System
ch IModel
리턴 System