Uses of Class
com.rabbitmq.http.client.domain.ShovelInfo
-
Packages that use ShovelInfo Package Description com.rabbitmq.http.client -
-
Uses of ShovelInfo in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return types with arguments of type ShovelInfo Modifier and Type Method Description List<ShovelInfo>Client. getShovels()Returns virtual host shovels.List<ShovelInfo>Client. getShovels(String vhost)Returns virtual host shovels.reactor.core.publisher.Flux<ShovelInfo>ReactorNettyClient. getShovels()Methods in com.rabbitmq.http.client with parameters of type ShovelInfo Modifier and Type Method Description voidClient. declareShovel(String vhost, ShovelInfo info)Declares a shovel.reactor.core.publisher.Mono<HttpResponse>ReactorNettyClient. declareShovel(String vhost, ShovelInfo info)
-