|
Spring AMQP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.amqp.core.AbstractDeclarable
public abstract class AbstractDeclarable
Base class for Declarable
classes.
Constructor Summary | |
---|---|
AbstractDeclarable()
|
Method Summary | |
---|---|
Collection<AmqpAdmin> |
getDeclaringAdmins()
The collection of AmqpAdmin s that should declare this
object; if empty, all admins should declare. |
void |
setAdminsThatShouldDeclare(AmqpAdmin... admins)
The AmqpAdmin s that should declare this object; default is
all admins. |
void |
setShouldDeclare(boolean shouldDeclare)
Whether or not this object should be automatically declared by any AmqpAdmin . |
boolean |
shouldDeclare()
Whether or not this object should be automatically declared by any AmqpAdmin . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDeclarable()
Method Detail |
---|
public boolean shouldDeclare()
Declarable
AmqpAdmin
.
shouldDeclare
in interface Declarable
public void setShouldDeclare(boolean shouldDeclare)
AmqpAdmin
. Default is true
.
shouldDeclare
- true or false.public Collection<AmqpAdmin> getDeclaringAdmins()
Declarable
AmqpAdmin
s that should declare this
object; if empty, all admins should declare.
getDeclaringAdmins
in interface Declarable
public void setAdminsThatShouldDeclare(AmqpAdmin... admins)
AmqpAdmin
s that should declare this object; default is
all admins.
setAdminsThatShouldDeclare((AmqpAdmin) null)
or
setAdminsThatShouldDeclare((AmqpAdmin[]) null)
). Clearing the collection resets
the behavior such that all admins will declare the object.
admins
- The admins.
|
Spring AMQP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |