Spring AMQP

org.springframework.amqp.core
Class FanoutExchange

java.lang.Object
  extended by org.springframework.amqp.core.AbstractExchange
      extended by org.springframework.amqp.core.FanoutExchange
All Implemented Interfaces:
Exchange

public class FanoutExchange
extends AbstractExchange

Simple container collecting information to describe a fanout exchange. Used in conjunction with administrative operations.

Author:
Mark Pollack
See Also:
AmqpAdmin

Field Summary
 
Fields inherited from class org.springframework.amqp.core.AbstractExchange
name
 
Constructor Summary
FanoutExchange(String name)
           
FanoutExchange(String name, boolean durable, boolean autoDelete)
           
 
Method Summary
 String getType()
           
 
Methods inherited from class org.springframework.amqp.core.AbstractExchange
getArguments, getName, isAutoDelete, isDurable, setArguments, setAutoDelete, setDurable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FanoutExchange

public FanoutExchange(String name)

FanoutExchange

public FanoutExchange(String name,
                      boolean durable,
                      boolean autoDelete)
Method Detail

getType

public final String getType()
Specified by:
getType in interface Exchange
Specified by:
getType in class AbstractExchange

Spring AMQP

Copyright © 2011. All Rights Reserved.