public class OpenLineageOperationalServices extends Object
| Constructor and Description |
|---|
OpenLineageOperationalServices(String localServerName,
String localServerType,
String localOrganizationName,
String localServerUserId,
String localServerURL)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
disconnect(boolean permanent)
Shutdown the Open Lineage Services.
|
void |
initialize(OpenLineageConfig openLineageConfig,
OMRSAuditLog auditLog) |
public OpenLineageOperationalServices(String localServerName, String localServerType, String localOrganizationName, String localServerUserId, String localServerURL)
localServerName - name of the local serverlocalServerType - type of the local serverlocalOrganizationName - name of the organization that owns the local serverlocalServerUserId - user id for this server to use if processing inbound messages.localServerURL - URL root for this server.public void initialize(OpenLineageConfig openLineageConfig, OMRSAuditLog auditLog) throws OMAGConfigurationErrorException
OMAGConfigurationErrorExceptionpublic boolean disconnect(boolean permanent)
permanent - boolean flag indicating whether this server permanently shutting down or notCopyright © 2018–2019 ODPi. All rights reserved.