Uses of Class
com.rabbitmq.http.client.domain.DeleteQueueParameters
-
Packages that use DeleteQueueParameters Package Description com.rabbitmq.http.client -
-
Uses of DeleteQueueParameters in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client with parameters of type DeleteQueueParameters Modifier and Type Method Description voidClient. deleteQueue(String vhost, String name, DeleteQueueParameters deleteInfo)reactor.core.publisher.Mono<HttpResponse>ReactorNettyClient. deleteQueue(String vhost, String name, DeleteQueueParameters parameters)
-