Skip to content
PACKAGES

WireBridgeStatus

Kind: class

Source: src/graphrefly/_facade.py:192

WireBridgeStatus(state: Literal['idle', 'started', 'open', 'waiting', 'closed', 'errored', 'exhausted'], session_id: str, cursor: int = 0, next_seq: int = 0, pending: int = 0, attempts: int = 0, acked: int = 0, nacked: int = 0, errors: int = 0, last_seq: int | None = None, last_delay_ms: int | None = None)

Graph-visible status DATA for a high-level wire bridge facade.

NameTypeDescription
stateLiteral['idle', 'started', 'open', 'waiting', 'closed', 'errored', 'exhausted']
session_idstr
cursorint
next_seqint
pendingint
attemptsint
ackedint
nackedint
errorsint
last_seq`intNone`
last_delay_ms`intNone`