Uses of Enum
io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
Packages that use PostgresConnectorConfig.LogicalDecoder
-
Uses of PostgresConnectorConfig.LogicalDecoder in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresConnectorConfig.LogicalDecoder -
Uses of PostgresConnectorConfig.LogicalDecoder in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectorConfig.LogicalDecoderModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.LogicalDecoderPostgresReplicationConnection.pluginPostgresReplicationConnection.ReplicationConnectionBuilder.pluginMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.LogicalDecoderModifier and TypeMethodDescriptionPostgresReplicationConnection.ReplicationConnectionBuilder.withPlugin(PostgresConnectorConfig.LogicalDecoder plugin) ReplicationConnection.Builder.withPlugin(PostgresConnectorConfig.LogicalDecoder plugin) Sets the instance for the PG logical decoding pluginConstructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.LogicalDecoderModifierConstructorDescriptionprivatePostgresReplicationConnection(PostgresConnectorConfig config, String slotName, String publicationName, RelationalTableFilters tableFilter, PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, Duration statusUpdateInterval, PostgresConnection jdbcConnection, TypeRegistry typeRegistry, Properties streamParams, PostgresSchema schema) Creates a new replication connection with the given params.