Skip to main content

Module batch_progress_stream

Module batch_progress_stream 

Source
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§

BatchCompletedData
Data for a batch completion event.
BatchProgressData
Data for a batch progress summary event.
BatchUpdateEventData
Data for an individual update event within a batch.

Enums§

BatchProgressEvent
A typed SSE event from the batch progress stream.
StreamError
Errors specific to batch progress streaming.