Class Qos
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.basic.BasicMethod
com.swiftmq.amqp.v091.generated.basic.Qos
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BasicMethodVisitor visitor) boolean
int
int
protected void
void
setGlobal
(boolean global) void
setPrefetchCount
(int prefetchCount) void
setPrefetchSize
(int prefetchSize) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Qos
public Qos()
-
-
Method Details
-
accept
- Specified by:
accept
in classBasicMethod
-
getPrefetchSize
public int getPrefetchSize() -
setPrefetchSize
public void setPrefetchSize(int prefetchSize) -
getPrefetchCount
public int getPrefetchCount() -
setPrefetchCount
public void setPrefetchCount(int prefetchCount) -
getGlobal
public boolean getGlobal() -
setGlobal
public void setGlobal(boolean global) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-