public interface Declarable
AmqpAdmin
.
Registration can be limited to specific AmqpAdmin
s.Modifier and Type | Method and Description |
---|---|
Collection<?> |
getDeclaringAdmins()
The collection of
AmqpAdmin s that should declare this
object; if empty, all admins should declare. |
boolean |
isIgnoreDeclarationExceptions()
Should ignore exceptions (such as mismatched args) when declaring.
|
boolean |
shouldDeclare()
Whether or not this object should be automatically declared
by any
AmqpAdmin . |
boolean shouldDeclare()
AmqpAdmin
.Collection<?> getDeclaringAdmins()
AmqpAdmin
s that should declare this
object; if empty, all admins should declare.boolean isIgnoreDeclarationExceptions()