Class DirectExchange

  • All Implemented Interfaces:
    Declarable, Exchange

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

      • DEFAULT

        public static final DirectExchange DEFAULT
        The default exchange.
    • Constructor Detail

      • DirectExchange

        public DirectExchange​(String name)
      • DirectExchange

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

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