class documentation
class ServiceInfoProvider: (source)
Base class for Python-defined service discovery and failover providers.
Subclasses must return the initial ServiceInfo and may keep the
provided update callback to push later service changes into the client.
| Method | close |
Stop background work and release resources. |
| Method | initial |
Undocumented |
| Method | initialize |
Undocumented |
Stop background work and release resources.
This is invoked when the underlying C++ client destroys the provider,
typically during Client.close.