Package io.debezium.config
Interface EnumeratedValue
-
- All Known Implementing Classes:
CommonConnectorConfig.BinaryHandlingMode,CommonConnectorConfig.EventProcessingFailureHandlingMode,CommonConnectorConfig.Version,EventRouterConfigDefinition.AdditionalFieldPlacement,EventRouterConfigDefinition.InvalidOperationBehavior,ExtractNewRecordStateConfigDefinition.DeleteHandling,RelationalDatabaseConnectorConfig.DecimalHandlingMode,TemporalPrecisionMode
public interface EnumeratedValueA configuration option with a fixed set of possible values, i.e. an enum. To be implemented by any enum types used withConfigBuilder.- Author:
- Brendan Maguire
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Returns the string representation of this value
-
-
-
Method Detail
-
getValue
String getValue()
Returns the string representation of this value- Returns:
- The string representation of this value
-
-