public interface MessageView
Modifier and Type | Method and Description |
---|---|
int |
getDeliveryCount() |
long |
getExpiration() |
String |
getId() |
int |
getPriority() |
Map |
getProperties() |
String |
getText() |
long |
getTimestamp() |
int |
getType() |
boolean |
isPersistent() |
boolean |
isRedelivered() |
int getType()
int getPriority()
long getExpiration()
boolean isRedelivered()
long getTimestamp()
int getDeliveryCount()
boolean isPersistent()
String getId()
String getText()
Map getProperties()
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.