Class Publish
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.basic.BasicMethod
com.swiftmq.amqp.v091.generated.basic.Publish
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BasicMethodVisitor visitor) boolean
boolean
int
protected void
void
setExchange
(String exchange) void
setImmediate
(boolean immediate) void
setMandatory
(boolean mandatory) void
setReserved1
(int reserved1) void
setRoutingKey
(String routingKey) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Publish
public Publish()
-
-
Method Details
-
accept
- Specified by:
accept
in classBasicMethod
-
getReserved1
public int getReserved1() -
setReserved1
public void setReserved1(int reserved1) -
getExchange
-
setExchange
-
getRoutingKey
-
setRoutingKey
-
getMandatory
public boolean getMandatory() -
setMandatory
public void setMandatory(boolean mandatory) -
getImmediate
public boolean getImmediate() -
setImmediate
public void setImmediate(boolean immediate) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-