Uses of Class
io.debezium.connector.postgresql.PostgresEventDispatcher
Packages that use PostgresEventDispatcher
-
Uses of PostgresEventDispatcher in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresEventDispatcherModifier and TypeFieldDescriptionprivate final PostgresEventDispatcher<TableId>PostgresChangeEventSourceFactory.dispatcherprivate final PostgresEventDispatcher<TableId>PostgresStreamingChangeEventSource.dispatcherConstructors in io.debezium.connector.postgresql with parameters of type PostgresEventDispatcherModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, 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)