Class AssetOwnerEventListener
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventListener
-
public abstract class AssetOwnerEventListener extends java.lang.Object
AssetOwnerEventListener is the interface that a client implements to register to receive the events from the Asset Owner OMAS.
-
-
Constructor Summary
Constructors Constructor Description AssetOwnerEventListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
processEvent(AssetOwnerOutTopicEvent event)
Process an event that was published by the Asset Owner OMAS.
-
-
-
Method Detail
-
processEvent
public abstract void processEvent(AssetOwnerOutTopicEvent event)
Process an event that was published by the Asset Owner OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.
-
-