Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerOutTopicEvent
-
Packages that use AssetConsumerOutTopicEvent 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 AssetConsumerOutTopicEvent in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api with parameters of type AssetConsumerOutTopicEvent Modifier and Type Method Description abstract voidAssetConsumerEventListener. processEvent(AssetConsumerOutTopicEvent event)Process an event that was published by the Asset Consumer OMAS. -
Uses of AssetConsumerOutTopicEvent in org.odpi.openmetadata.accessservices.assetconsumer.events
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.events with parameters of type AssetConsumerOutTopicEvent Constructor Description AssetConsumerOutTopicEvent(AssetConsumerOutTopicEvent template)Copy/clone constructor
-