Class OMFOutTopicClientProvider

All Implemented Interfaces:
AuditLoggingComponent

public class OMFOutTopicClientProvider extends ConnectorProviderBase
The OMFOutTopicClientProvider provides a base class for the connector provider supporting OMFOutTopicClientConnector Connectors. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of OMFOutTopicClientProvider must initialize ConnectorProviderBase with the Java class name of their Connector implementation (by calling super.setConnectorClassName(className)). Then the connector provider will work.
  • Constructor Details

    • OMFOutTopicClientProvider

      public OMFOutTopicClientProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific discovery service implementation.