Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.OpenMetadataEventProtocolVersion
-
Packages that use OpenMetadataEventProtocolVersion 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) Platform. -
-
Uses of OpenMetadataEventProtocolVersion in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return OpenMetadataEventProtocolVersion Modifier and Type Method Description OpenMetadataEventProtocolVersionCohortConfig. getCohortOMRSTopicProtocolVersion()Return the protocol version to use when exchanging events amongst the cohort members.OpenMetadataEventProtocolVersionEnterpriseAccessConfig. getEnterpriseOMRSTopicProtocolVersion()Return the protocol version to use on the EnterpriseOMRSTopicConnector.static OpenMetadataEventProtocolVersionOpenMetadataEventProtocolVersion. 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.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type OpenMetadataEventProtocolVersion Modifier and Type Method Description voidCohortConfig. setCohortOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion cohortOMRSTopicProtocolVersion)Set up the protocol version to use when exchanging events amongst the cohort members.voidEnterpriseAccessConfig. setEnterpriseOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)Set up the protocol version to use on the EnterpriseOMRSTopicConnector.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type OpenMetadataEventProtocolVersion Constructor Description EnterpriseAccessConfig(String enterpriseMetadataCollectionName, String enterpriseMetadataCollectionId, Connection enterpriseOMRSTopicConnection, OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion, Connection remoteEnterpriseOMRSTopicConnection)Constructor to set up all configuration values.
-