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:
  • Field Details

    • DEFAULT

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

    • 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)
  • Method Details