Skip to content

Watchable

faststream.nats.subscriber.adapters.Watchable #

Bases: Protocol

stop async #

stop()
Source code in faststream/nats/subscriber/adapters.py
async def stop(self) -> None: ...

updates async #

updates(timeout)
Source code in faststream/nats/subscriber/adapters.py
async def updates(self, timeout: float) -> Any | None: ...