public static class AMQImpl.Exchange.Bind extends Method implements AMQP.Exchange.Bind
AMQP.Exchange.Bind.Builder| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX |
| Constructor and Description |
|---|
Bind(int ticket,
String destination,
String source,
String routingKey,
boolean nowait,
Map<String,Object> arguments) |
Bind(MethodArgumentReader rdr) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendArgumentDebugStringTo(StringBuilder acc)
Public API - debugging utility
|
boolean |
equals(Object o) |
Map<String,Object> |
getArguments() |
String |
getDestination() |
boolean |
getNowait() |
String |
getRoutingKey() |
String |
getSource() |
int |
getTicket() |
boolean |
hasContent()
Tell if content is present.
|
int |
hashCode() |
int |
protocolClassId()
Retrieve the protocol class ID
|
int |
protocolMethodId()
Retrieve the protocol method ID
|
String |
protocolMethodName()
Retrieve the method name
|
Object |
visit(AMQImpl.MethodVisitor visitor)
Visitor support (double-dispatch mechanism).
|
void |
writeArgumentsTo(MethodArgumentWriter writer)
Private API - Autogenerated writer for this method.
|
public static final int INDEX
public Bind(int ticket,
String destination,
String source,
String routingKey,
boolean nowait,
Map<String,Object> arguments)
public Bind(MethodArgumentReader rdr) throws IOException
IOExceptionpublic int getTicket()
getTicket in interface AMQP.Exchange.Bindpublic String getDestination()
getDestination in interface AMQP.Exchange.Bindpublic String getSource()
getSource in interface AMQP.Exchange.Bindpublic String getRoutingKey()
getRoutingKey in interface AMQP.Exchange.Bindpublic boolean getNowait()
getNowait in interface AMQP.Exchange.Bindpublic Map<String,Object> getArguments()
getArguments in interface AMQP.Exchange.Bindpublic int protocolClassId()
MethodprotocolClassId in interface MethodprotocolClassId in class Methodpublic int protocolMethodId()
MethodprotocolMethodId in interface MethodprotocolMethodId in class Methodpublic String protocolMethodName()
MethodprotocolMethodName in interface MethodprotocolMethodName in class Methodpublic boolean hasContent()
MethodhasContent in class Methodpublic Object visit(AMQImpl.MethodVisitor visitor) throws IOException
Methodvisit in class Methodvisitor - the visitor objectIOException - if an error is encounteredpublic void appendArgumentDebugStringTo(StringBuilder acc)
MethodappendArgumentDebugStringTo in class Methodacc - the buffer to append debug data topublic void writeArgumentsTo(MethodArgumentWriter writer) throws IOException
MethodwriteArgumentsTo in class Methodwriter - interface to an object to write the method argumentsIOException - if an error is encounteredCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.