public static class AMQP.Basic.Deliver extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
String |
consumerTag |
long |
deliveryTag |
String |
exchange
Specifies the name of the exchange that the message was originally
published to.
|
static int |
INDEX |
boolean |
redelivered |
String |
routingKey
Specifies the routing key name specified when the message was
published.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
Deliver() |
Deliver(String consumerTag,
long deliveryTag,
boolean redelivered,
String exchange,
String routingKey)
This method delivers a message to the client, via a consumer.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public String consumerTag
public long deliveryTag
public boolean redelivered
public String exchange
public String routingKey
public static final int INDEX
public Deliver(String consumerTag, long deliveryTag, boolean redelivered, String exchange, String routingKey)
public Deliver()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2021 ScalAgent D.T.. All rights reserved.