Package org.odpi.openmetadata.frameworkservices.omf.connectors.outtopic
package org.odpi.openmetadata.frameworkservices.omf.connectors.outtopic
The OMF topic connectors are the interfaces of the
connectors supported by the Open Metadata Store services.
Currently, there are two connectors, one for the client
and one for the server, that are used to exchange events
over the Open Metadata Store's out topic.
There are two connectors because events should only flow one way
and so the client needs a different interface to the server.
Specifically the client interface is a listener interface
to allow the client to receive events from the server.
The server interface is an event sending interface.
-
ClassesClassDescriptionOMFOutTopicClientConnector is the java base class implementation of the client side connector that receives events from the Open Metadata Store's OutTopic.The OMFOutTopicClientProvider provides a base class for the connector provider supporting OMFOutTopicClientConnector Connectors.OMFOutTopicServerConnector is the java implementation of the the server side connector that send events to the Open Metadata Store's OutTopic.The OMFOutTopicServerProvider provides a base class for the connector provider supporting OMFOutTopicServerConnector Connectors.