public static class AMQP.Queue.Delete extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
boolean |
ifEmpty
If set, the server will only delete the queue if it has no messages.
|
boolean |
ifUnused
If set, the server will only delete the queue if it has no consumers.
|
static int |
INDEX |
boolean |
noWait |
String |
queue
Specifies the name of the queue to delete.
|
int |
reserved1 |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
Delete() |
Delete(int reserved1,
String queue,
boolean ifUnused,
boolean ifEmpty,
boolean noWait)
This method deletes a queue.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public int reserved1
public String queue
public boolean ifUnused
public boolean ifEmpty
public boolean noWait
public static final int INDEX
public Delete(int reserved1, String queue, boolean ifUnused, boolean ifEmpty, boolean noWait)
public Delete()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.