public class EngineConfigurationRefreshThread extends Object implements Runnable
| Constructor and Description |
|---|
EngineConfigurationRefreshThread(Map<String,GovernanceEngineHandler> engineHandlers,
GovernanceEngineConfigurationClient configurationClient,
GovernanceEngineEventClient eventClient,
AuditLog auditLog,
String localServerUserId,
String localServerName,
String accessServiceServerName,
String accessServiceRootURL)
The constructor takes details of the governance engine handlers needed by the listener and the information
needed to log errors if the metadata server is not available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Method that runs when the thread is started.
|
void |
stop() |
public EngineConfigurationRefreshThread(Map<String,GovernanceEngineHandler> engineHandlers, GovernanceEngineConfigurationClient configurationClient, GovernanceEngineEventClient eventClient, AuditLog auditLog, String localServerUserId, String localServerName, String accessServiceServerName, String accessServiceRootURL)
engineHandlers - list of governance engine handlers running locally mapped to their namesconfigurationClient - client that the listener is to be registered witheventClient - client for accessing the Governance Engine OMAS OutTopicauditLog - logging destinationlocalServerUserId - userId for configuration requestslocalServerName - this server's nameaccessServiceServerName - metadata server's nameaccessServiceRootURL - platform location for metadata serverCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.