Interface Item
-
public interface ItemRepresents an item within a publish-subscribe node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Gets the item id.ObjectgetPayload()Gets the payload.JidgetPublisher()Gets the publisher.
-