Class IntegrationDaemonServicesConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.IntegrationDaemonServicesConfig
IntegrationDaemonConfig provides the specialist properties used to initialize an integration daemon.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the optional list of dynamic integration groups.int
hashCode()
Return a hash code based on the values of this object.void
setDynamicIntegrationGroupsConfig
(List<IntegrationGroupConfig> dynamicIntegrationGroupsConfig) Set up the optional list of dynamic integration groups.toString()
Standard toString method.
-
Constructor Details
-
IntegrationDaemonServicesConfig
public IntegrationDaemonServicesConfig()Default constructor. -
IntegrationDaemonServicesConfig
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getDynamicIntegrationGroupsConfig
Return the optional list of dynamic integration groups. Used in an integration daemon.- Returns:
- list of configuration properties, one for each integration group
-
setDynamicIntegrationGroupsConfig
public void setDynamicIntegrationGroupsConfig(List<IntegrationGroupConfig> dynamicIntegrationGroupsConfig) Set up the optional list of dynamic integration groups. Used in an integration daemon.- Parameters:
dynamicIntegrationGroupsConfig
- list of configuration properties, one for each integration group
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-