EclypseCommunicationInterface.request_route#

EclypseCommunicationInterface.request_route(recipient_id)[source]

Interact with the RemoteSimulator to request a service route.

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

Parameters:

recipient_id (str) – The ID of the recipient service.

Returns:

The route to the recipient service.

Return type:

Task[Route]