|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Exchange
Method Summary | |
---|---|
Map<String,Object> |
getArguments()
A map of arguments used to declare the exchange. |
String |
getName()
The name of the exchange. |
String |
getType()
The type of the exchange. |
boolean |
isAutoDelete()
True if the server should delete the exchange when it is no longer in use (if all bindings are deleted). |
boolean |
isDurable()
A durable exchange will survive a server restart |
Method Detail |
---|
String getName()
String getType()
ExchangeTypes
for some well-known examples.
boolean isDurable()
boolean isAutoDelete()
Map<String,Object> getArguments()
|
Spring AMQP | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |