Uses of Class
com.rabbitmq.http.client.domain.UpstreamSetDetails
-
Packages that use UpstreamSetDetails Package Description com.rabbitmq.http.client com.rabbitmq.http.client.domain -
-
Uses of UpstreamSetDetails in com.rabbitmq.http.client
Method parameters in com.rabbitmq.http.client with type arguments of type UpstreamSetDetails Modifier and Type Method Description voidClient. declareUpstreamSet(String vhost, String name, List<UpstreamSetDetails> details)Declares an upstream set.reactor.core.publisher.Mono<HttpResponse>ReactorNettyClient. declareUpstreamSet(String vhost, String name, List<UpstreamSetDetails> details)Declares an upstream set. -
Uses of UpstreamSetDetails in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return UpstreamSetDetails Modifier and Type Method Description UpstreamSetDetailsUpstreamSetDetails. setUpstream(String upstream)
-