Class PostgresTaskContext

java.lang.Object
io.debezium.connector.common.CdcSourceTaskContext
io.debezium.connector.postgresql.PostgresTaskContext

@ThreadSafe public class PostgresTaskContext extends CdcSourceTaskContext
The context of a PostgresConnectorTask. This deals with most of the brunt of reading various configuration options and creating other objects with these various options.
Author:
Horia Chiorean (hchiorea@redhat.com)