Class TopicExchange

  • All Implemented Interfaces:
    Declarable, Exchange

    public class TopicExchange
    extends AbstractExchange
    Simple container collecting information to describe a topic exchange. Used in conjunction with administrative operations.
    Author:
    Mark Pollack, Dave Syer
    See Also:
    AmqpAdmin
    • Constructor Detail

      • TopicExchange

        public TopicExchange​(String name)
      • TopicExchange

        public TopicExchange​(String name,
                             boolean durable,
                             boolean autoDelete)
      • TopicExchange

        public TopicExchange​(String name,
                             boolean durable,
                             boolean autoDelete,
                             Map<String,​Object> arguments)