| Package | Description |
|---|---|
| io.debezium.config |
| Modifier and Type | Field and Description |
|---|---|
private CommonConnectorConfig.EventProcessingFailureHandlingMode |
CommonConnectorConfig.eventProcessingFailureHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
CommonConnectorConfig.EventProcessingFailureHandlingMode |
CommonConnectorConfig.getEventProcessingFailureHandlingMode() |
static CommonConnectorConfig.EventProcessingFailureHandlingMode |
CommonConnectorConfig.EventProcessingFailureHandlingMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static CommonConnectorConfig.EventProcessingFailureHandlingMode |
CommonConnectorConfig.EventProcessingFailureHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonConnectorConfig.EventProcessingFailureHandlingMode[] |
CommonConnectorConfig.EventProcessingFailureHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.