Uses of Class
org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
-
Packages that use AssetOwnerOutTopicEvent Package Description org.odpi.openmetadata.accessservices.assetowner.api The API package defines the Java interfaces supported by the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.events Definitions of the different types of events that the Asset Owner OMAS can publish. -
-
Uses of AssetOwnerOutTopicEvent in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api with parameters of type AssetOwnerOutTopicEvent Modifier and Type Method Description abstract voidAssetOwnerEventListener. processEvent(AssetOwnerOutTopicEvent event)Process an event that was published by the Asset Owner OMAS. -
Uses of AssetOwnerOutTopicEvent in org.odpi.openmetadata.accessservices.assetowner.events
Constructors in org.odpi.openmetadata.accessservices.assetowner.events with parameters of type AssetOwnerOutTopicEvent Constructor Description AssetOwnerOutTopicEvent(AssetOwnerOutTopicEvent template)Copy/clone constructor
-