Package org.odpi.openmetadata.repositoryservices.connectors.omrstopic


package org.odpi.openmetadata.repositoryservices.connectors.omrstopic
  • Class
    Description
    Internal Asynchronous message processing context.
    OMRS message processing context.
    OMRSTopic defines the interface to the messaging Topic for OMRS Events.
    OMRSTopicConnector provides the support for the registration of OMRSTopicListeners and the distribution of OMRS events - both inbound and outbound.
    OMRSTopicListener defines the interface that a listener must implement in order to receive events from the OMRSTopicConnector.
    OMRSTopicListenerBase provides a base class for a topic listener, so it only needs to override the methods for the events it cares about.
    OMRSTopicListenerWrapper is a class that wraps a real OMRSTopicListener when it registers with the OMRSTopicConnector.
    OMRSTopicProvider provides implementation of the connector provider for the OMRSTopicConnector.
    OMRSTopicRepositoryEventListener defines the interface that a listener must implement in order to receive repository events from the OMRSTopicConnector.