| Interface | Description |
|---|---|
| OpenMetadataTopic |
OpenMetadataTopic defines the generic interface to an event bus topic for open metadata events.
|
| OpenMetadataTopicListener |
OpenMetadataTopicListener defines the interface that a listener must implement in order to receive events
from the open metadata topic.
|
| Class | Description |
|---|---|
| IncomingEvent |
An event that was received from a connector
|
| 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
|
| OpenMetadataTopicListenerConnectorBase |
OpenMetadataTopicListenerConnectorBase is a base class for a connector that is going to embed the OpenMetadataTopicConnector
and register a listener with it.
|
| OpenMetadataTopicProvider |
OMRSTopicProvider provides implementation of the connector provider for the OMRSTopicConnector.
|
| OpenMetadataTopicSenderConnectorBase |
OpenMetadataTopicConnectorBase is a base class to topic connectors that only send
events on the embedded event bus connector
|
| Enum | Description |
|---|---|
| IncomingEventState |
The state of an event that was received from a connector
|
Copyright © 2018–2020 ODPi. All rights reserved.