Spring AMQP

org.springframework.amqp.core
Interface Exchange

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

public interface Exchange

Author:
Mark Fisher

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

Method Detail

getName

String getName()

getType

String getType()

isDurable

boolean isDurable()

isAutoDelete

boolean isAutoDelete()

getArguments

Map<String,Object> getArguments()

Spring AMQP

Copyright © 2011. All Rights Reserved.