Uses of Class
org.apache.activemq.artemis.api.core.management.NodeInfo
-
Packages that use NodeInfo Package Description org.apache.activemq.artemis.api.core.management -
-
Uses of NodeInfo in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management that return NodeInfo Modifier and Type Method Description static NodeInfo[]
NodeInfo. from(java.lang.String jsonString)
Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology()
.
-