ArchAstro. SDK. Types. Operations. GetApiV1AutomationRunsAutomationRunStream. StreamEvent
(archastro v0.3.5)
Copy Markdown
Stream automation run status server-sent events.
Summary
Types
@type t() :: %ArchAstro.SDK.SSE.Event{ data: ArchAstro.SDK.Types.AutomationRun.t() | ArchAstro.SDK.JSON.t(), event: term(), id: term(), retry: term() }
Functions
@spec decode(ArchAstro.SDK.SSE.Event.t()) :: t()