Expand description
Typed SSE streaming method for batch progress.
Provides UptrakitClient::stream_batch_progress which connects to the
GET /api/v1/update-batches/{id}/stream endpoint and returns a typed
stream of batch progress events.
Structs§
- Batch
Completed Data - Data for a batch completion event.
- Batch
Progress Data - Data for a batch progress summary event.
- Batch
Update Event Data - Data for an individual update event within a batch.
Enums§
- Batch
Progress Event - A typed SSE event from the batch progress stream.
- Stream
Error - Errors specific to batch progress streaming.