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 PostgresConnectorEmbeddedDebeziumConfiguration
DebeziumPostgresComponent. getConfiguration()
Allow pre-configured Configurations to be set.PostgresConnectorEmbeddedDebeziumConfiguration
DebeziumPostgresEndpoint. getConfiguration()
Methods in org.apache.camel.component.debezium with parameters of type PostgresConnectorEmbeddedDebeziumConfiguration Modifier and Type Method Description protected org.apache.camel.component.debezium.DebeziumEndpoint
DebeziumPostgresComponent. initializeDebeziumEndpoint(String uri, PostgresConnectorEmbeddedDebeziumConfiguration configuration)
void
DebeziumPostgresComponent. setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration)
void
DebeziumPostgresEndpoint. setConfiguration(PostgresConnectorEmbeddedDebeziumConfiguration configuration)
Constructors in org.apache.camel.component.debezium with parameters of type PostgresConnectorEmbeddedDebeziumConfiguration Constructor Description DebeziumPostgresEndpoint(String uri, DebeziumPostgresComponent component, PostgresConnectorEmbeddedDebeziumConfiguration configuration)
-