EclypseCommunicationInterface.get_neighbors#

EclypseCommunicationInterface.get_neighbors()[source]

Interact with the InfrastructureManager to request service neighbours.

The result of the function can be obtained by calling ray.get or by awaiting it.

Returns:

The list of neighbor service IDs.

Return type:

Task[list[str]]