Interface Item
-
public interface Item
Represents an item within a publish-subscribe node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Gets the item id.Object
getPayload()
Gets the payload.Jid
getPublisher()
Gets the publisher.
-