Executor Service¶
-
class
ydk::ExecutorService¶ Executor Service class for supporting execution of RPCs.
-
ExecutorService()¶
Create the rpc entity.
Parameters: - provider – An instance of
ServiceProvider. - rpc_entity – An rpc instance of
Entityclass defined under a bundle. - top_entity – Optional arg that should be provided when expecting data to be returned.
Returns: The requested data as
Entityor nullptr if N/A.Raises YError: If an error has occurred.
- provider – An instance of
-