Uses of Class
io.debezium.connector.postgresql.PostgresEventDispatcher
-
Packages that use PostgresEventDispatcher Package Description io.debezium.connector.postgresql -
-
Uses of PostgresEventDispatcher in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresEventDispatcher Modifier and Type Field Description private PostgresEventDispatcher<TableId>PostgresChangeEventSourceFactory. dispatcherprivate PostgresEventDispatcher<TableId>PostgresStreamingChangeEventSource. dispatcherConstructors in io.debezium.connector.postgresql with parameters of type PostgresEventDispatcher Constructor Description PostgresChangeEventSourceFactory(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)
-