class documentation
Resolver that always returns a fixed address.
Useful for testing or when all services are routed through a single endpoint.
| Parameters | |
| address | Address string that will be returned for any id. |
| Method | __init__ |
Undocumented |
| Method | resolve |
Return the configured address for any service_id. |
| Instance Variable | _address |
Undocumented |
overrides
nebius.base.resolver.Resolver.resolveReturn the configured address for any service_id.
This implementation never raises UnknownServiceError.
| Parameters | |
servicestr | Service identifier to resolve (ignored). |
| Returns | |
str | The configured address. |