Interface ITInfrastructureEventListener

All Known Implementing Classes:
OMAGServerPlatformCatalogConnector

public interface ITInfrastructureEventListener
ITInfrastructureEventListener is the interface that a client implements to register to receive the events from the IT Infrastructure OMAS's out topic.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process an event that was published by the IT Infrastructure OMAS.
  • Method Details

    • processEvent

      void processEvent(ITInfrastructureOutTopicEvent event)
      Process an event that was published by the IT Infrastructure OMAS.
      Parameters:
      event - event object - call getEventType to find out what type of event.