Class IntegrationDaemonThread
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads.IntegrationDaemonThread
- All Implemented Interfaces:
Runnable
IntegrationDaemonThread is the class responsible for managing executing integration connectors
within an integration daemon. It manages the automated refresh of the connectors.
The connectors are also being refreshed through the REST API.
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationDaemonThread
(String integrationDaemonName, IntegrationConnectorCacheMap connectorHandlers, AuditLog auditLog) Constructor provides access to the variables needed to run the connector. -
Method Summary
-
Constructor Details
-
IntegrationDaemonThread
public IntegrationDaemonThread(String integrationDaemonName, IntegrationConnectorCacheMap connectorHandlers, AuditLog auditLog) Constructor provides access to the variables needed to run the connector.- Parameters:
integrationDaemonName
- name of this integration daemon serverconnectorHandlers
- wrapper for the connector.auditLog
- logging destination
-
-
Method Details