Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<BasicProperties> |
__TYPE_ARG |
Constructor and Description |
---|
BasicProperties(BasicProperties delegate) |
BasicProperties(Object delegate) |
Modifier and Type | Method and Description |
---|---|
String |
appId() |
String |
clusterId() |
String |
contentEncoding() |
String |
contentType() |
String |
correlationId() |
Integer |
deliveryMode() |
boolean |
equals(Object o) |
String |
expiration() |
BasicProperties |
getDelegate() |
int |
hashCode() |
String |
messageId() |
static BasicProperties |
newInstance(BasicProperties arg) |
Integer |
priority()
Retrieve the value in the priority field.
|
String |
replyTo() |
Long |
timestamp() |
String |
toString() |
String |
type() |
String |
userId() |
public static final io.vertx.lang.rx.TypeArg<BasicProperties> __TYPE_ARG
public BasicProperties(BasicProperties delegate)
public BasicProperties(Object delegate)
public BasicProperties getDelegate()
public String contentType()
null
if it has not been set.public String contentEncoding()
null
if it has not been set.public Integer deliveryMode()
null
if it has not been set.public Integer priority()
null
if it has not been set.public String correlationId()
null
if it has not been set.public String replyTo()
null
if it has not been set.public String expiration()
null
if it has not been set.public String messageId()
null
if it has not been set.public Long timestamp()
null
if it has not been set.public String type()
null
if it has not been set.public String userId()
null
if it has not been set.public String appId()
null
if it has not been set.public String clusterId()
null
if it has not been set.public static BasicProperties newInstance(BasicProperties arg)
Copyright © 2023 Eclipse. All rights reserved.