Uses of Class
com.rabbitmq.http.client.domain.ExchangeType
-
Packages that use ExchangeType Package Description com.rabbitmq.http.client.domain -
-
Uses of ExchangeType in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type ExchangeType Modifier and Type Method Description List<ExchangeType>NodeInfo. getExchangeTypes()List<ExchangeType>OverviewResponse. getExchangeTypes()Method parameters in com.rabbitmq.http.client.domain with type arguments of type ExchangeType Modifier and Type Method Description voidNodeInfo. setExchangeTypes(List<ExchangeType> exchangeTypes)voidOverviewResponse. setExchangeTypes(List<ExchangeType> exchangeTypes)
-