Interface DataManagerEventListener


  • public interface DataManagerEventListener
    DataManagerEventListener is the interface that a client implements to register to receive the events from the Data Manager OMAS's out topic.
    • Method Detail

      • processEvent

        void processEvent​(DataManagerOutboundEvent event)
        Process an event that was published by the Data Manager OMAS.
        Parameters:
        event - event object - call getEventType to find out what type of event.