Uses of Class
org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc.KafkaIntegrationConnectorErrorCode
-
Packages that use KafkaIntegrationConnectorErrorCode Package Description org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc FFDC stands for First Failure Data Capture. -
-
Uses of KafkaIntegrationConnectorErrorCode in org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc
Methods in org.odpi.openmetadata.adapters.connectors.integration.kafka.ffdc that return KafkaIntegrationConnectorErrorCode Modifier and Type Method Description static KafkaIntegrationConnectorErrorCodeKafkaIntegrationConnectorErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaIntegrationConnectorErrorCode[]KafkaIntegrationConnectorErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-