Class IntegrationConnectorDedicatedThread
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads.IntegrationConnectorDedicatedThread
- All Implemented Interfaces:
Runnable
IntegrationConnectorDedicatedThread is the thread that runs a connector that issues
-
Constructor Summary
ConstructorDescriptionIntegrationConnectorDedicatedThread
(String integrationDaemonName, IntegrationConnectorHandler connectorHandler, AuditLog auditLog) Constructor provides access to the variables needed to run the connector. -
Method Summary
-
Constructor Details
-
IntegrationConnectorDedicatedThread
public IntegrationConnectorDedicatedThread(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