Class Key

java.lang.Object
io.debezium.relational.Key

@Immutable public class Key extends Object
An immutable definition of a table's key. By default, the key will be comprised of the primary key column(s). A key can be customized with a KeyMapper.
Author:
Guillaume Rosauro