Class Declarables


  • public class Declarables
    extends Object
    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 Detail

      • Declarables

        public Declarables​(Declarable... declarables)
    • Method Detail

      • getDeclarablesByType

        public <T> List<T> getDeclarablesByType​(Class<T> type)
        Return the elements that are instances of the provided class.
        Type Parameters:
        T - The type.
        Parameters:
        type - the type's class.
        Returns:
        the filtered list.
        Since:
        2.2