Class RabbitTemplate.DoSendAndReceiveTemplateConsumer
Inheritance
System.Object
RabbitTemplate.DoSendAndReceiveTemplateConsumer
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
protected class DoSendAndReceiveTemplateConsumer : RabbitTemplate.AbstractTemplateConsumer
Constructors
|
Edit this page
View Source
DoSendAndReceiveTemplateConsumer(RabbitTemplate, RabbitMQ.Client.IModel, RabbitTemplate.PendingReply)
Declaration
public DoSendAndReceiveTemplateConsumer(RabbitTemplate template, RabbitMQ.Client.IModel channel, RabbitTemplate.PendingReply pendingReply)
Parameters
Methods
|
Edit this page
View Source
HandleBasicDeliver(String, UInt64, Boolean, String, String, RabbitMQ.Client.IBasicProperties, Byte[])
Declaration
public override void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, RabbitMQ.Client.IBasicProperties properties, byte[] body)
Parameters
Type |
Name |
Description |
System.String |
consumerTag |
|
System.UInt64 |
deliveryTag |
|
System.Boolean |
redelivered |
|
System.String |
exchange |
|
System.String |
routingKey |
|
RabbitMQ.Client.IBasicProperties |
properties |
|
System.Byte[] |
body |
|
|
Edit this page
View Source
HandleModelShutdown(Object, RabbitMQ.Client.ShutdownEventArgs)
Declaration
public override void HandleModelShutdown(object model, RabbitMQ.Client.ShutdownEventArgs reason)
Parameters
Type |
Name |
Description |
System.Object |
model |
|
RabbitMQ.Client.ShutdownEventArgs |
reason |
|