class documentation

Undocumented

Method __init__ Undocumented
Method resolve Receive address of the service by its ID
Instance Variable _parent Undocumented
def __init__(self, id: str, address: str): (source)

Undocumented

def resolve(self, service_id: str) -> str: (source)

Receive address of the service by its ID Args: service_id (str): service ID Returns: str: address of the service

Undocumented