| Package | Description |
|---|---|
| io.debezium.config |
| Modifier and Type | Method and Description |
|---|---|
default B |
Configuration.ConfigBuilder.with(Field field,
EnumeratedValue value)
Associate the given value with the key of the specified field.
|
default B |
Configuration.ConfigBuilder.with(String key,
EnumeratedValue value)
Associate the given value with the specified key.
|
default B |
Configuration.ConfigBuilder.withDefault(String key,
EnumeratedValue value)
If there is no field with the specified key, then associate the given value with the specified key.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.