Package | Description |
---|---|
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
ReplyTo |
ReplyTo.clearExchange() |
ReplyTo |
ReplyTo.clearRoutingKey() |
ReplyTo |
ReplyTo.exchange(String value) |
ReplyTo |
MessageProperties.getReplyTo() |
ReplyTo |
ReplyTo.routingKey(String value) |
ReplyTo |
ReplyTo.setExchange(String value) |
ReplyTo |
ReplyTo.setRoutingKey(String value) |
Modifier and Type | Method and Description |
---|---|
MessageProperties |
MessageProperties.replyTo(ReplyTo value) |
MessageProperties |
MessageProperties.setReplyTo(ReplyTo value) |
Constructor and Description |
---|
MessageProperties(long contentLength,
UUID messageId,
byte[] correlationId,
ReplyTo replyTo,
String contentType,
String contentEncoding,
byte[] userId,
byte[] appId,
Map<String,Object> applicationHeaders) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.