Uses of Class
org.apache.activemq.artemis.core.postoffice.impl.AddressPartNode
-
Packages that use AddressPartNode Package Description org.apache.activemq.artemis.core.postoffice.impl -
-
Uses of AddressPartNode in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return AddressPartNode Modifier and Type Method Description AddressPartNode<T>AddressPartNode. getChild(String path)AddressPartNode<T>AddressPartNode. getChildOrCreate(String path)Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type AddressPartNode Modifier and Type Method Description Collection<AddressPartNode<T>>AddressPartNode. getChildren()Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AddressPartNode Modifier and Type Method Description protected voidAddressPartNode. removeChild(AddressPartNode<T> node)Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AddressPartNode Constructor Description AddressPartNode(String path, AddressPartNode<T> parent)
-