Package org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic


package org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic
  • Class
    Description
    An event that was received from a connector
    The state of an event that was received from a connector
    OpenMetadataTopic defines the generic interface to an event bus topic for open metadata events.
    OpenMetadataTopicConnector provides the support for the registration of listeners and the distribution of incoming events to the registered listeners.
    OpenMetadataTopicConnectorBase is a base class to topic connectors that only send events on the embedded event bus connector
    OpenMetadataTopicListener defines the interface that a listener must implement in order to receive events from the open metadata topic.
    OpenMetadataTopicListenerConnectorBase is a base class for a connector that is going to embed the OpenMetadataTopicConnector and register a listener with it.
    OpenMetadataTopicProvider provides implementation of the connector provider for the OpenMetadataTopicConnector.
    OpenMetadataTopicConnectorBase is a base class to topic connectors that only send events on the embedded event bus connector