| Package | Description |
|---|---|
| org.odpi.openmetadata.adminservices.configuration.properties |
The properties package provides the configuration properties for the different subsystems that run inside
the Open Metadata and Governance (OMAG) Software Server.
|
| Modifier and Type | Method and Description |
|---|---|
OpenMetadataEventProtocolVersion |
CohortConfig.getCohortOMRSTopicProtocolVersion()
Return the protocol version to use when exchanging events amongst the cohort members.
|
OpenMetadataEventProtocolVersion |
EnterpriseAccessConfig.getEnterpriseOMRSTopicProtocolVersion()
Return the protocol version to use on the EnterpriseOMRSTopicConnector.
|
static OpenMetadataEventProtocolVersion |
OpenMetadataEventProtocolVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenMetadataEventProtocolVersion[] |
OpenMetadataEventProtocolVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CohortConfig.setCohortOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion cohortOMRSTopicProtocolVersion)
Set up the protocol version to use when exchanging events amongst the cohort members.
|
void |
EnterpriseAccessConfig.setEnterpriseOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
Set up the protocol version to use on the EnterpriseOMRSTopicConnector.
|
| Constructor and Description |
|---|
EnterpriseAccessConfig(String enterpriseMetadataCollectionName,
String enterpriseMetadataCollectionId,
Connection enterpriseOMRSTopicConnection,
OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
Constructor to set up all configuration values.
|
Copyright © 2018–2020 ODPi. All rights reserved.