public class DmReturnListener extends Object implements com.rabbitmq.client.ReturnListener
| Constructor and Description |
|---|
DmReturnListener() |
| 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 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 © 2015. All rights reserved.