public class Declarables
extends java.lang.Object
Declarable objects; used to declare multiple objects on the
broker using a single bean declaration for the collection.| Constructor and Description |
|---|
Declarables(java.util.Collection<Declarable> declarables) |
Declarables(Declarable... declarables) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Declarable> |
getDeclarables() |
java.lang.String |
toString() |
public Declarables(Declarable... declarables)
public Declarables(java.util.Collection<Declarable> declarables)
public java.util.Collection<Declarable> getDeclarables()
public java.lang.String toString()
toString in class java.lang.Object