Skip to content

DeliveryPolicy

Part of Event streams in the Python API reference.

Related guidance: quickstarts/observe-data, how-to/observe-mesh-data.

Runnable examples: watch_tracks.py, observe_mesh_data.py.

from picogrid_ecn_client import DeliveryPolicy

Select how a bounded event stream handles buffered events.

class DeliveryPolicy(Enum): ...

Source · models/common.py

NameValue
FIFO‘fifo’
LATEST‘latest’

Version 0.2.0 · branch main