Uses of Class
org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration
-
Packages that use PostgresConnectorEmbeddedDebeziumConfiguration Package Description org.apache.camel.component.debezium -
-
Uses of PostgresConnectorEmbeddedDebeziumConfiguration in org.apache.camel.component.debezium
Methods in org.apache.camel.component.debezium that return PostgresConnectorEmbeddedDebeziumConfiguration Modifier and Type Method Description PostgresConnectorEmbeddedDebeziumConfigurationDebeziumPostgresComponent. getConfiguration()Allow pre-configured Configurations to be set.PostgresConnectorEmbeddedDebeziumConfigurationDebeziumPostgresEndpoint. getConfiguration()Methods in org.apache.camel.component.debezium with parameters of type PostgresConnectorEmbeddedDebeziumConfiguration Modifier and Type Method Description protected org.apache.camel.component.debezium.DebeziumEndpointDebeziumPostgresComponent. initializeDebeziumEndpoint(String uri, PostgresConnectorEmbeddedDebeziumConfiguration configuration)voidDebeziumPostgresComponent. setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration)voidDebeziumPostgresEndpoint. setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration)Constructors in org.apache.camel.component.debezium with parameters of type PostgresConnectorEmbeddedDebeziumConfiguration Constructor Description DebeziumPostgresEndpoint(String uri, DebeziumPostgresComponent component, PostgresConnectorEmbeddedDebeziumConfiguration configuration)
-