com.rabbitmq.client
Interface AMQP.Stream.Qos

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

public static interface AMQP.Stream.Qos
extends Method


Method Summary
 int getConsumeRate()
           
 boolean getGlobal()
           
 int getPrefetchCount()
           
 int getPrefetchSize()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getPrefetchSize

int getPrefetchSize()

getPrefetchCount

int getPrefetchCount()

getConsumeRate

int getConsumeRate()

getGlobal

boolean getGlobal()