Service: Event
This API is not yet officially released nor maintained. |
Service for actionable events
Method | Request | Response |
---|---|---|
EventStreamResponseStream |
Stream
A method to get a stream of events.
Request
Request for stream method
Field | Type | Default | Unit |
---|---|---|---|
id |
optional string |
- |
- |
Identifier from which the stream should start. |
Response Stream
Response to stream method
Field | Type | Default | Unit |
---|---|---|---|
id |
string |
- |
- |
Unique identifier of event. The ID has the format: $timestamp-$revision. $timestamp is a monotonic counter in seconds. $revision is usually 0 but incremented when there a multiple events per second. |
|||
event |
- |
- |
|
Event payload. |