Class RemoveBoundExchange

  • All Implemented Interfaces:
    Serializable

    public class RemoveBoundExchange
    extends Object
    implements Serializable
    This class is used in an AMQPRequestNot to notify the distant queue to remove its bindings with the specified exchange, because of the exchange deletion or Queue.Unbind method.
    See Also:
    Serialized Form
    • Field Detail

      • queueName

        private String queueName
      • exchangeName

        private String exchangeName
    • Constructor Detail

      • RemoveBoundExchange

        public RemoveBoundExchange​(String queueName,
                                   String exchangeName)
    • Method Detail

      • getQueueName

        public String getQueueName()
      • getExchangeName

        public String getExchangeName()