Uses of Class
org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
-
Packages that use DiscoveryEngineConfigurationEvent Package Description org.odpi.openmetadata.accessservices.discoveryengine.events This package defines the beans that implement the payload for the Discovery Engine OMAS events. -
-
Uses of DiscoveryEngineConfigurationEvent in org.odpi.openmetadata.accessservices.discoveryengine.events
Subclasses of DiscoveryEngineConfigurationEvent in org.odpi.openmetadata.accessservices.discoveryengine.events Modifier and Type Class Description classDiscoveryServiceConfigurationEventDiscoveryServiceConfigurationEvent is used to inform a discovery server that the configuration of one of the discovery services within one of its discovery engines has changed.Constructors in org.odpi.openmetadata.accessservices.discoveryengine.events with parameters of type DiscoveryEngineConfigurationEvent Constructor Description DiscoveryEngineConfigurationEvent(DiscoveryEngineConfigurationEvent template)Copy/clone constructor.
-