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