Executor Service¶
- 
class ydk.services.ExecutorService¶
- Provides the functionality to execute RPCs - 
execute_rpc(self, provider, rpc_entity, top_entity=None)¶
- Create the entity - Parameters: - Returns: - An instance of - Entitywhen provided top_entity or None otherwise- Raises: - YServiceProviderError, if an error has occurred.- Possible Errors: - a server side error
- there isn’t enough information in the entity to prepare the message (eg. missing keys)
 
 
-