Watchable faststream.nats.subscriber.adapters.Watchable # Bases: Protocol stop async # stop() -> None Source code in faststream/nats/subscriber/adapters.py 9async def stop(self) -> None: ... updates async # updates(timeout: float) -> Any | None Source code in faststream/nats/subscriber/adapters.py 11async def updates(self, timeout: float) -> Any | None: ...