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