retrieveConnectorAsync method
Retrieve a connector by its connectorId
, then updates the local cache of connectors.
connectorId
- The ID of the connector to retrieve.
Returns the retrieved SealdConnector instance.
Implementation
Future<SealdConnector> retrieveConnectorAsync(String connectorId) {
return compute(retrieveConnector, connectorId);
}