| IncomingEvent |
An event that was received from a connector
|
| IncomingEventState |
The state of an event that was received from a connector
|
| OpenMetadataTopic |
OpenMetadataTopic defines the generic interface to an event bus topic for open metadata events.
|
| OpenMetadataTopicConnector |
OpenMetadataTopicConnector provides the support for the registration of listeners and the distribution of
incoming events to the registered listeners.
|
| OpenMetadataTopicConsumerBase |
OpenMetadataTopicConnectorBase is a base class to topic connectors that only send
events on the embedded event bus connector
|
| OpenMetadataTopicListener |
OpenMetadataTopicListener defines the interface that a listener must implement in order to receive events
from the open metadata topic.
|