org.springframework.amqp.core
Class TopicExchange
java.lang.Object
org.springframework.amqp.core.AbstractExchange
org.springframework.amqp.core.TopicExchange
- All Implemented Interfaces:
- Exchange
public class TopicExchange
- extends AbstractExchange
Simple container collecting information to describe a topic exchange.
Used in conjunction with administrative operations.
- Author:
- Mark Pollack
- See Also:
AmqpAdmin
TopicExchange
public TopicExchange(String name)
TopicExchange
public TopicExchange(String name,
boolean durable,
boolean autoDelete)
getType
public final String getType()
- Specified by:
getType
in interface Exchange
- Specified by:
getType
in class AbstractExchange
Copyright © 2010. All Rights Reserved.