Edit this page

The following pages and posts are tagged with

TitleTypeExcerpt
History capabilities Page Ditto provides APIs for retrieving the history of Things, Policies, and Connections, letting you inspect past states and stream modification events. TL;DR: You can retrieve any entity at a specific revision or timestamp, and stream historical modification events for Things and Policies. Configure history-retention-duration to control...
Streaming subscription protocol specification Page The streaming subscription protocol lets you stream historical persisted events for Things and Policies using a reactive-streams-based flow. TL;DR: Send a subscribeForPersistedEvents command to start streaming historical events, use request to pull items, and cancel to stop early. Ditto responds with <code...