Package org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads
package org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads
Provides the background thread implementations used by Integration Daemon Services.
-
ClassesClassDescriptionGroupConfigurationRefreshThread is the class responsible for establishing the listener for configuration updates.IntegrationConnectorDedicatedThread is the thread that runs a connector that issues blocking calls, so that its engage() method does not tie up the shared refresh thread pool used by other integration connectors.IntegrationConnectorRefreshThread is the class responsible for managing executing refresh() calls to a single integration connector within an integration daemon.