Uses of Class
com.rabbitmq.http.client.domain.ChannelInfo
-
Packages that use ChannelInfo Package Description com.rabbitmq.http.client -
-
Uses of ChannelInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return ChannelInfo Modifier and Type Method Description ChannelInfoClient. getChannel(String name)Retrieves state and metrics information for individual channel.Methods in com.rabbitmq.http.client that return types with arguments of type ChannelInfo Modifier and Type Method Description reactor.core.publisher.Mono<ChannelInfo>ReactorNettyClient. getChannel(String name)List<ChannelInfo>Client. getChannels()Retrieves state and metrics information for all channels across the cluster.Page<ChannelInfo>Client. getChannels(QueryParameters queryParameters)Retrieves state and metrics information for all channels across the cluster.List<ChannelInfo>Client. getChannels(String connectionName)Retrieves state and metrics information for all channels on individual connection.reactor.core.publisher.Flux<ChannelInfo>ReactorNettyClient. getChannels()reactor.core.publisher.Flux<ChannelInfo>ReactorNettyClient. getChannels(String connectionName)
-