org.apache.qpid.server.configuration
Interface ExchangeConfig
- All Superinterfaces:
- ConfiguredObject<ExchangeConfigType,ExchangeConfig>
- All Known Subinterfaces:
- Exchange
- All Known Implementing Classes:
- AbstractExchange, DirectExchange, FanoutExchange, HeadersExchange, ManagementExchange, TopicExchange
public interface ExchangeConfig
- extends ConfiguredObject<ExchangeConfigType,ExchangeConfig>
getVirtualHost
VirtualHostConfig getVirtualHost()
getName
String getName()
getType
ExchangeType getType()
isAutoDelete
boolean isAutoDelete()
getAlternateExchange
ExchangeConfig getAlternateExchange()
getArguments
Map<String,Object> getArguments()
getBindingCount
long getBindingCount()
getBindingCountHigh
long getBindingCountHigh()
getMsgReceives
long getMsgReceives()
getMsgRoutes
long getMsgRoutes()
getByteReceives
long getByteReceives()
getByteRoutes
long getByteRoutes()
Licensed to the Apache Software Foundation