com.rabbitmq.client
Interface AMQP.Queue.Purge

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Queue.Purge
Enclosing class:
AMQP.Queue

public static interface AMQP.Queue.Purge
extends Method


Nested Class Summary
static class AMQP.Queue.Purge.Builder
           
 
Method Summary
 boolean getNowait()
           
 java.lang.String getQueue()
           
 int getTicket()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getTicket

int getTicket()

getQueue

java.lang.String getQueue()

getNowait

boolean getNowait()