Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.api.AssetConsumerEventListener
-
Packages that use AssetConsumerEventListener 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.connectors -
-
Uses of AssetConsumerEventListener in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api with parameters of type AssetConsumerEventListener Modifier and Type Method Description voidAssetConsumerEventInterface. registerListener(String userId, AssetConsumerEventListener listener)Register a listener object that will be passed each of the events published by the Asset Consumer OMAS. -
Uses of AssetConsumerEventListener in org.odpi.openmetadata.accessservices.assetconsumer.connectors
Methods in org.odpi.openmetadata.accessservices.assetconsumer.connectors with parameters of type AssetConsumerEventListener Modifier and Type Method Description voidAssetConsumerOutTopicClientConnector. registerListener(String userId, AssetConsumerEventListener listener)Register a listener object that will be passed each of the events published by the Asset Consumer OMAS.
-