public class DispatcherReturnHandlerListener extends Object implements com.rabbitmq.client.ReturnListener
| Constructor and Description |
|---|
DispatcherReturnHandlerListener(String returnMessageExchange,
com.rabbitmq.client.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleReturn(int replyCode,
String replyText,
String exchange,
String routingKey,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body) |
public DispatcherReturnHandlerListener(String returnMessageExchange, com.rabbitmq.client.Channel channel)
public void handleReturn(int replyCode,
String replyText,
String exchange,
String routingKey,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body)
throws IOException
handleReturn in interface com.rabbitmq.client.ReturnListenerIOExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.