Service: Event

This API is not yet officially released nor maintained.

Service for actionable events

Table 1. Available methods
Method Request Response

Stream

EventStreamRequest

EventStreamResponseStream

Stream

A method to get a stream of events.

Request

Request for stream method

Table 2. Available fields in blickfeld.percept_processing.services.EventStreamRequest
Field Type Default Unit

id

optional string

-

-

Identifier from which the stream should start.

Response Stream

Response to stream method

Table 3. Available fields in blickfeld.percept_processing.services.EventStreamResponse
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

data.Event

-

-

Event payload.