|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Exchange
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArguments()
A map of arguments used to declare the exchange. |
java.lang.String |
getName()
The name of the exchange. |
java.lang.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 |
| Methods inherited from interface org.springframework.amqp.core.Declarable |
|---|
getDeclaringAdmins, shouldDeclare |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getType()
ExchangeTypes for some well-known examples.
boolean isDurable()
boolean isAutoDelete()
java.util.Map<java.lang.String,java.lang.Object> getArguments()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||