Return True if the service responds to a quick health call.
(self)
| 622 | |
| 623 | @call_async |
| 624 | def is_reachable(self) -> bool: |
| 625 | """Return True if the service responds to a quick health call.""" |
| 626 | raise NotImplementedError |
| 627 | |
| 628 | @call_async |
| 629 | def __enter__(self): |
no outgoing calls