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