Class GroupConfigurationRefreshThread
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads.GroupConfigurationRefreshThread
- All Implemented Interfaces:
Runnable
GroupConfigurationRefreshThread is the class responsible for establishing the listener for configuration
updates. It runs as a separate thread until the listener is registered with the Governance Group OMAS.
At that point, the listener is able to process incoming configuration updates and this thread can end.
-
Constructor Summary
ConstructorDescriptionGroupConfigurationRefreshThread
(String groupName, IntegrationGroupHandler groupHandler, GovernanceServerEventClient eventClient, AuditLog auditLog, String localServerUserId, String localServerName, String accessServiceServerName, String accessServiceRootURL, int maxPageSize) The constructor takes details of the governance group handlers needed by the listener and the information needed to log errors if the metadata server is not available. -
Method Summary
-
Constructor Details
-
GroupConfigurationRefreshThread
public GroupConfigurationRefreshThread(String groupName, IntegrationGroupHandler groupHandler, GovernanceServerEventClient eventClient, AuditLog auditLog, String localServerUserId, String localServerName, String accessServiceServerName, String accessServiceRootURL, int maxPageSize) The constructor takes details of the governance group handlers needed by the listener and the information needed to log errors if the metadata server is not available.- Parameters:
groupName
- name of the group to manage the configuration forgroupHandler
- integration group handlereventClient
- client for accessing the Governance Group OMAS OutTopicauditLog
- logging destinationlocalServerUserId
- userId for configuration requestslocalServerName
- this server's nameaccessServiceServerName
- metadata server's nameaccessServiceRootURL
- platform location for metadata servermaxPageSize
- max results
-
-
Method Details