Uses of Class
com.rabbitmq.http.client.domain.ConsumerDetails
-
Packages that use ConsumerDetails Package Description com.rabbitmq.http.client com.rabbitmq.http.client.domain -
-
Uses of ConsumerDetails in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return types with arguments of type ConsumerDetails Modifier and Type Method Description List<ConsumerDetails>Client. getConsumers()Retrieves state and metrics information for all consumers across the cluster.List<ConsumerDetails>Client. getConsumers(String vhost)Retrieves state and metrics information for all consumers across an individual virtual host.reactor.core.publisher.Flux<ConsumerDetails>ReactorNettyClient. getConsumers()reactor.core.publisher.Flux<ConsumerDetails>ReactorNettyClient. getConsumers(String vhost) -
Uses of ConsumerDetails in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type ConsumerDetails Modifier and Type Method Description List<ConsumerDetails>ChannelInfo. getConsumerDetails()List<ConsumerDetails>QueueInfo. getConsumerDetails()Method parameters in com.rabbitmq.http.client.domain with type arguments of type ConsumerDetails Modifier and Type Method Description voidChannelInfo. setConsumerDetails(List<ConsumerDetails> consumerDetails)voidQueueInfo. setConsumerDetails(List<ConsumerDetails> consumerDetails)
-