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