Package org.springframework.amqp.core
Class Declarables
java.lang.Object
org.springframework.amqp.core.Declarables
- Direct Known Subclasses:
SuperStream
A collection of
Declarable
objects; used to declare multiple objects on the
broker using a single bean declaration for the collection.- Since:
- 2.1
- Author:
- Gary Russell, Björn Michael
-
Constructor Summary
ConstructorDescriptionDeclarables
(Collection<? extends Declarable> declarables) Declarables
(Declarable... declarables) -
Method Summary
Modifier and TypeMethodDescription<T> List<T>
getDeclarablesByType
(Class<T> type) Return the elements that are instances of the provided class.toString()
-
Constructor Details
-
Declarables
-
Declarables
-
-
Method Details