Uses of Enum
io.debezium.config.CommonConnectorConfig.EventProcessingFailureHandlingMode
Packages that use CommonConnectorConfig.EventProcessingFailureHandlingMode
-
Uses of CommonConnectorConfig.EventProcessingFailureHandlingMode in io.debezium.config
Fields in io.debezium.config declared as CommonConnectorConfig.EventProcessingFailureHandlingModeModifier and TypeFieldDescriptionprivate final CommonConnectorConfig.EventProcessingFailureHandlingModeCommonConnectorConfig.eventProcessingFailureHandlingModeMethods in io.debezium.config that return CommonConnectorConfig.EventProcessingFailureHandlingModeModifier and TypeMethodDescriptionCommonConnectorConfig.getEventProcessingFailureHandlingMode()Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.CommonConnectorConfig.EventProcessingFailureHandlingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.