Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.IntegrationConnectorConfig
-
Packages that use IntegrationConnectorConfig 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.org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of IntegrationConnectorConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type IntegrationConnectorConfig Modifier and Type Method Description List<IntegrationConnectorConfig>IntegrationServiceConfig. getIntegrationConnectorConfigs()Return the OCF Connection for the topic used to pass requests to this integration service.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type IntegrationConnectorConfig Modifier and Type Method Description voidIntegrationServiceConfig. setIntegrationConnectorConfigs(List<IntegrationConnectorConfig> integrationConnectorConfigs)Set up the OCF Connection for the topic used to pass requests to this integration service.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type IntegrationConnectorConfig Constructor Description IntegrationConnectorConfig(IntegrationConnectorConfig template)Copy/clone constructor -
Uses of IntegrationConnectorConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return types with arguments of type IntegrationConnectorConfig Modifier and Type Method Description List<IntegrationConnectorConfig>IntegrationServiceRequestBody. getIntegrationConnectorConfigs()Return the OCF Connection for the topic used to pass requests to this integration service.Method parameters in org.odpi.openmetadata.adminservices.rest with type arguments of type IntegrationConnectorConfig Modifier and Type Method Description voidIntegrationServiceRequestBody. setIntegrationConnectorConfigs(List<IntegrationConnectorConfig> integrationConnectorConfigs)Set up the OCF Connection for the topic used to pass requests to this integration service.
-