Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerOutTopicEvent
-
Packages that use AssetManagerOutTopicEvent Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.events Definitions of the different types of events that the Asset Manager OMAS can publish. -
-
Uses of AssetManagerOutTopicEvent in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type AssetManagerOutTopicEvent Modifier and Type Method Description voidAssetManagerEventListener. processEvent(AssetManagerOutTopicEvent event)Process an event that was published by the Asset Manager OMAS. -
Uses of AssetManagerOutTopicEvent in org.odpi.openmetadata.accessservices.assetmanager.events
Constructors in org.odpi.openmetadata.accessservices.assetmanager.events with parameters of type AssetManagerOutTopicEvent Constructor Description AssetManagerOutTopicEvent(AssetManagerOutTopicEvent template)Copy/clone constructor
-