public class AmqpHeader extends Object
Constructor and Description |
---|
AmqpHeader() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDeliveryCount() |
Boolean |
getDurable() |
Integer |
getPriority() |
Long |
getTtl() |
void |
setDeliveryCount(Integer deliveryCount) |
void |
setDurable(Boolean durable) |
void |
setPriority(Integer priority) |
void |
setTtl(Long ttl) |
String |
toString() |
public Boolean getDurable()
public void setDurable(Boolean durable)
public Integer getPriority()
public void setPriority(Integer priority)
public Long getTtl()
public void setTtl(Long ttl)
public Integer getDeliveryCount()
public void setDeliveryCount(Integer deliveryCount)
Copyright © 2010–2019. All rights reserved.