Uses of Class
io.debezium.connector.postgresql.PostgresTaskContext
Packages that use PostgresTaskContext
-
Uses of PostgresTaskContext in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresTaskContextModifier and TypeFieldDescriptionprivate final PostgresTaskContextPostgresChangeEventSourceFactory.taskContextprivate PostgresTaskContextPostgresConnectorTask.taskContextprivate final PostgresTaskContextPostgresStreamingChangeEventSource.taskContextprotected final PostgresTaskContextRecordsProducer.taskContextMethods in io.debezium.connector.postgresql that return PostgresTaskContextMethods in io.debezium.connector.postgresql with parameters of type PostgresTaskContextModifier and TypeMethodDescriptionPostgresConnectorTask.createReplicationConnection(PostgresTaskContext taskContext, int maxRetries, Duration retryDelay) Constructors in io.debezium.connector.postgresql with parameters of type PostgresTaskContextModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, PostgresConnection jdbcConnection, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection connection, PostgresEventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection) protectedRecordsProducer(PostgresTaskContext taskContext, SourceInfo sourceInfo)