public interface

ReturnListener

com.rabbitmq.client.ReturnListener

Class Overview

Implement this interface in order to be notified of failed deliveries when basicPublish is called with "mandatory" or "immediate" flags set.

Summary

Public Methods
abstract void handleReturn(int replyCode, String replyText, String exchange, String routingKey, AMQP.BasicProperties properties, byte[] body)

Public Methods

public abstract void handleReturn (int replyCode, String replyText, String exchange, String routingKey, AMQP.BasicProperties properties, byte[] body)

Throws
IOException