Uses of Class
com.rabbitmq.http.client.domain.ConnectionInfo
-
Packages that use ConnectionInfo Package Description com.rabbitmq.http.client -
-
Uses of ConnectionInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return ConnectionInfo Modifier and Type Method Description ConnectionInfoClient. getConnection(String name)Retrieves state and metrics information for individual client connection.Methods in com.rabbitmq.http.client that return types with arguments of type ConnectionInfo Modifier and Type Method Description reactor.core.publisher.Mono<ConnectionInfo>ReactorNettyClient. getConnection(String name)List<ConnectionInfo>Client. getConnections()Retrieves state and metrics information for all client connections across the cluster.Page<ConnectionInfo>Client. getConnections(QueryParameters queryParameters)Retrieves state and metrics information for all client connections across the cluster using query parametersreactor.core.publisher.Flux<ConnectionInfo>ReactorNettyClient. getConnections()
-