Uses of Class
org.apache.camel.component.debezium.postgres.configuration.PostgresConnectorEmbeddedDebeziumConfiguration
Packages that use PostgresConnectorEmbeddedDebeziumConfiguration
-
Uses of PostgresConnectorEmbeddedDebeziumConfiguration in org.apache.camel.component.debezium.postgres
Methods in org.apache.camel.component.debezium.postgres that return PostgresConnectorEmbeddedDebeziumConfigurationModifier and TypeMethodDescriptionDebeziumPostgresComponent.getConfiguration()Allow pre-configured Configurations to be set.DebeziumPostgresEndpoint.getConfiguration()Methods in org.apache.camel.component.debezium.postgres that return types with arguments of type PostgresConnectorEmbeddedDebeziumConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.component.debezium.DebeziumEndpoint<PostgresConnectorEmbeddedDebeziumConfiguration> DebeziumPostgresComponent.initializeDebeziumEndpoint(String uri, PostgresConnectorEmbeddedDebeziumConfiguration configuration) Methods in org.apache.camel.component.debezium.postgres with parameters of type PostgresConnectorEmbeddedDebeziumConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.component.debezium.DebeziumEndpoint<PostgresConnectorEmbeddedDebeziumConfiguration> DebeziumPostgresComponent.initializeDebeziumEndpoint(String uri, PostgresConnectorEmbeddedDebeziumConfiguration configuration) voidDebeziumPostgresComponent.setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration) voidDebeziumPostgresEndpoint.setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration) Constructors in org.apache.camel.component.debezium.postgres with parameters of type PostgresConnectorEmbeddedDebeziumConfigurationModifierConstructorDescriptionDebeziumPostgresEndpoint(String uri, DebeziumPostgresComponent component, PostgresConnectorEmbeddedDebeziumConfiguration configuration)