Class FanoutExchange

All Implemented Interfaces:
Declarable, Exchange

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

    • FanoutExchange

      public FanoutExchange(String name)
    • FanoutExchange

      public FanoutExchange(String name, boolean durable, boolean autoDelete)
    • FanoutExchange

      public FanoutExchange(String name, boolean durable, boolean autoDelete, Map<String,Object> arguments)
  • Method Details