|
Spring AMQP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Declarable
Classes implementing this interface can be auto-declared
with the broker during context initialization by an AmqpAdmin
.
Registration can be limited to specific AmqpAdmin
s.
Method Summary | |
---|---|
Collection<AmqpAdmin> |
getDeclaringAdmins()
The collection of AmqpAdmin s that should declare this
object; if empty, all admins should declare. |
boolean |
shouldDeclare()
Whether or not this object should be automatically declared by any AmqpAdmin . |
Method Detail |
---|
boolean shouldDeclare()
AmqpAdmin
.
Collection<AmqpAdmin> getDeclaringAdmins()
AmqpAdmin
s that should declare this
object; if empty, all admins should declare.
|
Spring AMQP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |