Class IntegrationConnectorRefreshThread
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads.IntegrationConnectorRefreshThread
- All Implemented Interfaces:
Runnable
IntegrationConnectorRefreshThread is the class responsible for managing executing refresh() calls to
a single integration connector within an integration daemon. It manages the automated refresh of the connector.
The connector may also be refreshed through the REST API.
-
Constructor Summary
ConstructorDescriptionIntegrationConnectorRefreshThread
(String integrationDaemonName, IntegrationConnectorHandler connectorHandler, AuditLog auditLog) Constructor provides access to the variables needed to run the connector. -
Method Summary
-
Constructor Details
-
IntegrationConnectorRefreshThread
public IntegrationConnectorRefreshThread(String integrationDaemonName, IntegrationConnectorHandler connectorHandler, AuditLog auditLog) Constructor provides access to the variables needed to run the connector.- Parameters:
integrationDaemonName
- name of this integration daemon serverconnectorHandler
- wrapper for the connector.auditLog
- logging destination
-
-
Method Details