Spring AMQP

org.springframework.amqp.core
Interface Exchange

All Known Implementing Classes:
AbstractExchange, DirectExchange, FanoutExchange, TopicExchange

public interface Exchange

Author:
Mark Fisher

Method Summary
 Map<String,Object> getArguments()
           
 ExchangeType getExchangeType()
           
 String getName()
           
 boolean isAutoDelete()
           
 boolean isDurable()
           
 

Method Detail

getName

String getName()

getExchangeType

ExchangeType getExchangeType()

isDurable

boolean isDurable()

isAutoDelete

boolean isAutoDelete()

getArguments

Map<String,Object> getArguments()

Spring AMQP

Copyright © 2010. All Rights Reserved.