Package org.objectweb.joram.mom.messages
Interface MessageView
-
- All Known Implementing Classes:
Message
public interface MessageViewAllows to observe a message. Only used from shell-mom MOMCommandsImpl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbodyToJSon()intgetDeliveryCount()longgetExpiration()StringgetId()intgetPriority()Map<String,String>getProperties()longgetTimestamp()intgetType()booleanisPersistent()booleanisRedelivered()
-