Uses of Class
com.rabbitmq.http.client.domain.NodeInfo
-
Packages that use NodeInfo Package Description com.rabbitmq.http.client -
-
Uses of NodeInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return NodeInfo Modifier and Type Method Description NodeInfoClient. getNode(String name)Retrieves state and metrics information for individual node.Methods in com.rabbitmq.http.client that return types with arguments of type NodeInfo Modifier and Type Method Description reactor.core.publisher.Mono<NodeInfo>ReactorNettyClient. getNode(String name)List<NodeInfo>Client. getNodes()Retrieves state and metrics information for all nodes in the cluster.reactor.core.publisher.Flux<NodeInfo>ReactorNettyClient. getNodes()
-