- java.lang.Object
-
- com.rabbitmq.http.client.domain.DeleteQueueParameters
-
public class DeleteQueueParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description DeleteQueueParameters(boolean ifEmpty, boolean ifUnused)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAsQueryParams()
boolean
isIfEmpty()
boolean
isIfUnused()
String
toString()
-