class documentation

class PollResult: (source)

View In Hierarchy

Update response: items matching the poll request.

Warning

This class is experimental and may change in future versions.

items use the wire representation. When more_ready is True, the response was truncated to stay within size limits and the subscriber should poll again immediately rather than applying a cooldown delay.

Class Variable items Undocumented
Class Variable more_ready Undocumented
Class Variable next_offset Undocumented
items: list[_WorkflowStreamWireItem] = (source)

Undocumented

more_ready: bool = (source)

Undocumented

next_offset: int = (source)

Undocumented