Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerEvent
-
Packages that use AssetConsumerEvent Package Description org.odpi.openmetadata.accessservices.assetconsumer.api The API package defines the Java interfaces supported by the Asset Consumer OMAS.org.odpi.openmetadata.accessservices.assetconsumer.events This package defines the event payloads sent on the Asset Consumer OMAS's out topic. -
-
Uses of AssetConsumerEvent in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api with parameters of type AssetConsumerEvent Modifier and Type Method Description abstract voidAssetConsumerEventListener. processEvent(AssetConsumerEvent event)Process an event that was published by the Asset Consumer OMAS. -
Uses of AssetConsumerEvent in org.odpi.openmetadata.accessservices.assetconsumer.events
Subclasses of AssetConsumerEvent in org.odpi.openmetadata.accessservices.assetconsumer.events Modifier and Type Class Description classAssetEventAssetEvent describes the structure of the events emitted by the Asset Consumer OMAS that are about assets.classNewAssetEventNewAssetEvent describes the payload sent when a new Asset is added to the cohort metadata repository.classUpdatedAssetEvent
-