Class Unbind
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.queue.QueueMethod
com.swiftmq.amqp.v091.generated.queue.Unbind
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(QueueMethodVisitor visitor) getQueue()
int
protected void
void
setArguments
(Map<String, Object> arguments) void
setExchange
(String exchange) void
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
-
Unbind
public Unbind()
-
-
Method Details
-
accept
- Specified by:
accept
in classQueueMethod
-
getReserved1
public int getReserved1() -
setReserved1
public void setReserved1(int reserved1) -
getQueue
-
setQueue
-
getExchange
-
setExchange
-
getRoutingKey
-
setRoutingKey
-
getArguments
-
setArguments
-
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-