Log Stream Container Model - Manages multiple log streams with real-time topic-based synchronization.
This container model manages multiple LogStreamModel instances and handles real-time log events
from the KOS system. It provides centralized management of log streams, automatic stream discovery,
and coordinated event handling for efficient log processing across multiple sources.
Log Stream Container Model - Manages multiple log streams with real-time topic-based synchronization.
This container model manages multiple LogStreamModel instances and handles real-time log events from the KOS system. It provides centralized management of log streams, automatic stream discovery, and coordinated event handling for efficient log processing across multiple sources.
Topic-Based Reactivity
The container listens to these KOS topics for real-time log management:
/kos/logs/subscription/addBlock/*- Fired when new log blocks are created/kos/logs/subscription/updateBlock/*- Fired when existing log blocks are updated/kos/logs/subscription/removeBlock/*- Fired when log blocks are removed/kos/logs/subscription/lines/*- Fired when new log lines are added to blocks/kos/logs/streams/add/*- Fired when new log streams are discoveredKey Features
Common Use Cases
Example: Basic Usage
Use Declared Type
See