ServerState faststream.asgi.app.ServerState # Bases: Protocol extra_options instance-attribute # extra_options: dict[str, SettingField] stop abstractmethod # stop() -> None Source code in faststream/asgi/app.py 52 53@abstractmethod def stop(self) -> None: ...