Table of Contents

Interface RabbitTemplate.IReturnCallback

Namespace
Steeltoe.Messaging.RabbitMQ.Core
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public interface RabbitTemplate.IReturnCallback

Methods

ReturnedMessage(IMessage<byte[]>, int, string, string, string)

void ReturnedMessage(IMessage<byte[]> message, int replyCode, string replyText, string exchange, string routingKey)

Parameters

message IMessage<byte[]>
replyCode int
replyText string
exchange string
routingKey string