Uses of Class
com.rabbitmq.http.client.domain.ExchangeInfo
-
Packages that use ExchangeInfo Package Description com.rabbitmq.http.client com.rabbitmq.http.client.domain -
-
Uses of ExchangeInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return ExchangeInfo Modifier and Type Method Description ExchangeInfoClient. getExchange(String vhost, String name)Methods in com.rabbitmq.http.client that return types with arguments of type ExchangeInfo Modifier and Type Method Description reactor.core.publisher.Mono<ExchangeInfo>ReactorNettyClient. getExchange(String vhost, String name)List<ExchangeInfo>Client. getExchanges()Page<ExchangeInfo>Client. getExchanges(QueryParameters queryParameters)List<ExchangeInfo>Client. getExchanges(String vhost)Page<ExchangeInfo>Client. getExchanges(String vhost, QueryParameters queryParameters)reactor.core.publisher.Flux<ExchangeInfo>ReactorNettyClient. getExchanges()reactor.core.publisher.Flux<ExchangeInfo>ReactorNettyClient. getExchanges(String vhost)Methods in com.rabbitmq.http.client with parameters of type ExchangeInfo Modifier and Type Method Description voidClient. declareExchange(String vhost, String name, ExchangeInfo info)reactor.core.publisher.Mono<HttpResponse>ReactorNettyClient. declareExchange(String vhost, String name, ExchangeInfo info) -
Uses of ExchangeInfo in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type ExchangeInfo Modifier and Type Method Description List<ExchangeInfo>Definitions. getExchanges()Method parameters in com.rabbitmq.http.client.domain with type arguments of type ExchangeInfo Modifier and Type Method Description voidDefinitions. setExchanges(List<ExchangeInfo> exchanges)
-