com.rabbitmq.client
Interface AMQP.Stream.Consume

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Stream.Consume
Enclosing class:
AMQP.Stream

public static interface AMQP.Stream.Consume
extends Method


Method Summary
 java.lang.String getConsumerTag()
           
 boolean getExclusive()
           
 boolean getNoLocal()
           
 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()

getConsumerTag

java.lang.String getConsumerTag()

getNoLocal

boolean getNoLocal()

getExclusive

boolean getExclusive()

getNowait

boolean getNowait()