PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
SlotCreationResult slotCreatedInfo) |
PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo) |
PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext offsetContext,
PostgresConnection connection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection) |