Package io.debezium.spi.common
Interface Configurable
- All Known Subinterfaces:
Snapshotter
public interface Configurable
A contract that defines a configurable interface
- Author:
- Mario Fiore Vitale
-
Method Summary
-
Method Details
-
configure
Connector properties are passed to let you configure your implementation.- Parameters:
properties- map of configurable properties
-