Class ConfiguredObjectRetriever<C extends org.apache.qpid.server.model.ConfiguredObject<?>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<C> retrieve​(C parent, java.lang.Class<C> category)
      Returns stream of ConfiguredObject entities
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfiguredObjectRetriever

        public ConfiguredObjectRetriever()
    • Method Detail

      • retrieve

        public java.util.stream.Stream<C> retrieve​(C parent,
                                                   java.lang.Class<C> category)
        Returns stream of ConfiguredObject entities
        Parameters:
        parent - Parent object
        category - Desired child type
        Returns:
        Stream of entities