Class DiscoveryAssetStoreClient

java.lang.Object
org.odpi.openmetadata.frameworks.discovery.DiscoveryAssetStore
org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAssetStoreClient

public class DiscoveryAssetStoreClient extends DiscoveryAssetStore
DiscoveryAssetStoreClient provides the client-side library for the Open Discovery Framework (ODF)'s Discovery Asset Store that provides a Discovery service with access to the connector for the asset to be discovered. From the connector, the Discovery service is able to extract the known properties about the asset and access its data. An instance of this client is created for each discovery service instance that runs. This is why the REST client is passed in on the constructor (since creating a new RestTemplate object is very expensive).