Interface RabbitTemplate.IReturnCallback
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IReturnCallback
Methods
|
Edit this page
View Source
ReturnedMessage(IMessage<Byte[]>, Int32, String, String, String)
Declaration
void ReturnedMessage(IMessage<byte[]> message, int replyCode, string replyText, string exchange, string routingKey)
Parameters
Type |
Name |
Description |
IMessage<System.Byte[]> |
message |
|
System.Int32 |
replyCode |
|
System.String |
replyText |
|
System.String |
exchange |
|
System.String |
routingKey |
|