Uses of Class
com.rabbitmq.http.client.domain.VhostInfo
-
Packages that use VhostInfo Package Description com.rabbitmq.http.client com.rabbitmq.http.client.domain -
-
Uses of VhostInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return VhostInfo Modifier and Type Method Description VhostInfoClient. getVhost(String name)Methods in com.rabbitmq.http.client that return types with arguments of type VhostInfo Modifier and Type Method Description reactor.core.publisher.Mono<VhostInfo>ReactorNettyClient. getVhost(String name)List<VhostInfo>Client. getVhosts()reactor.core.publisher.Flux<VhostInfo>ReactorNettyClient. getVhosts() -
Uses of VhostInfo in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type VhostInfo Modifier and Type Method Description List<VhostInfo>Definitions. getVhosts()Method parameters in com.rabbitmq.http.client.domain with type arguments of type VhostInfo Modifier and Type Method Description voidDefinitions. setVhosts(List<VhostInfo> vhosts)
-