Uses of Class
com.rabbitmq.http.client.domain.UpstreamInfo
-
Packages that use UpstreamInfo Package Description com.rabbitmq.http.client -
-
Uses of UpstreamInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return types with arguments of type UpstreamInfo Modifier and Type Method Description List<UpstreamInfo>Client. getUpstreams()Returns a list of upstreams for "/" virtual hostList<UpstreamInfo>Client. getUpstreams(String vhost)Returns a list of upstreamsreactor.core.publisher.Flux<UpstreamInfo>ReactorNettyClient. getUpstreams()Returns a list of upstreams for "/" virtual hostreactor.core.publisher.Flux<UpstreamInfo>ReactorNettyClient. getUpstreams(String vhost)Returns a list of upstreams
-