Package com.thingworx.streams
Interface IStream
- All Known Implementing Classes:
StreamThing
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStreamEntry
(org.joda.time.DateTime timestamp, Location location, String source, String sourceType, TagCollection tags, ValueCollection values)
-
Method Details
-
addStreamEntry
@ThingworxExtensionApiMethod(since={6,6}) void addStreamEntry(org.joda.time.DateTime timestamp, Location location, String source, String sourceType, TagCollection tags, ValueCollection values) throws Exception - Throws:
Exception
- If an error occurs
-
getDataShape
-