Class DiscoveryAnnotationStoreClient

java.lang.Object
org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
org.odpi.openmetadata.accessservices.discoveryengine.client.DiscoveryAnnotationStoreClient

public class DiscoveryAnnotationStoreClient extends DiscoveryAnnotationStore
DiscoveryAnnotationStoreClient provides a client-side implementation of the ODF DiscoveryAnnotationStore that is backed by calls to the Discovery Engine OMAS. 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).