public class WillProperties extends AbstractProperties
| 构造器和说明 |
|---|
WillProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
byte[] |
getCorrelationData() |
int |
getMessageExpiryInterval() |
byte |
getPayloadFormatIndicator() |
String |
getResponseTopic() |
List<UserProperty> |
getUserProperties() |
int |
getWillDelayInterval() |
void |
setContentType(String contentType) |
void |
setCorrelationData(byte[] correlationData) |
void |
setMessageExpiryInterval(int messageExpiryInterval) |
void |
setPayloadFormatIndicator(byte payloadFormatIndicator) |
void |
setResponseTopic(String responseTopic) |
void |
setWillDelayInterval(int willDelayInterval) |
decode, preEncode, writeTopublic int getWillDelayInterval()
public void setWillDelayInterval(int willDelayInterval)
public byte getPayloadFormatIndicator()
public void setPayloadFormatIndicator(byte payloadFormatIndicator)
public int getMessageExpiryInterval()
public void setMessageExpiryInterval(int messageExpiryInterval)
public String getContentType()
public void setContentType(String contentType)
public String getResponseTopic()
public void setResponseTopic(String responseTopic)
public byte[] getCorrelationData()
public void setCorrelationData(byte[] correlationData)
public List<UserProperty> getUserProperties()
Copyright © 2025. All rights reserved.