|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.amqp.core.AbstractDeclarable
org.springframework.amqp.core.Queue
org.springframework.amqp.core.UniquelyNamedQueue
public class UniquelyNamedQueue
Create a queue with a unique name.
| Constructor Summary | |
|---|---|
UniquelyNamedQueue()
Create a uniquely named queue. |
|
UniquelyNamedQueue(java.lang.String prefix)
Create a uniquely named queue with a fixed prefix. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.amqp.core.Queue |
|---|
getArguments, getName, isAutoDelete, isDurable, isExclusive, toString |
| Methods inherited from class org.springframework.amqp.core.AbstractDeclarable |
|---|
getDeclaringAdmins, setAdminsThatShouldDeclare, setShouldDeclare, shouldDeclare |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniquelyNamedQueue()
public UniquelyNamedQueue(java.lang.String prefix)
prefix -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||