com.rabbitmq.client
Interface AMQP.Basic.Qos

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

public static interface AMQP.Basic.Qos
extends Method


Nested Class Summary
static class AMQP.Basic.Qos.Builder
           
 
Method Summary
 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()

getGlobal

boolean getGlobal()