Class DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.debezium.DebeziumDb2Component>
org.apache.camel.builder.component.dsl.DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.debezium.DebeziumDb2Component>
,DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder
- Enclosing interface:
- DebeziumDb2ComponentBuilderFactory
public static class DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.debezium.DebeziumDb2Component>
implements DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.debezium.DebeziumDb2Component
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
Methods inherited from interface org.apache.camel.builder.component.dsl.DebeziumDb2ComponentBuilderFactory.DebeziumDb2ComponentBuilder
additionalProperties, autowiredEnabled, bridgeErrorHandler, columnBlacklist, columnExcludeList, columnIncludeList, columnPropagateSourceType, columnWhitelist, configuration, converters, databaseDbname, databaseHistory, databaseHistoryFileFilename, databaseHistoryKafkaBootstrapServers, databaseHistoryKafkaQueryTimeoutMs, databaseHistoryKafkaRecoveryAttempts, databaseHistoryKafkaRecoveryPollIntervalMs, databaseHistoryKafkaTopic, databaseHistorySkipUnparseableDdl, databaseHistoryStoreOnlyCapturedTablesDdl, databaseHistoryStoreOnlyMonitoredTablesDdl, databaseHostname, databasePassword, databasePort, databaseServerName, databaseUser, datatypePropagateSourceType, decimalHandlingMode, eventProcessingFailureHandlingMode, heartbeatIntervalMs, heartbeatTopicsPrefix, includeSchemaChanges, incrementalSnapshotChunkSize, internalKeyConverter, internalValueConverter, maxBatchSize, maxQueueSize, maxQueueSizeInBytes, messageKeyColumns, offsetCommitPolicy, offsetCommitTimeoutMs, offsetFlushIntervalMs, offsetStorage, offsetStorageFileName, offsetStoragePartitions, offsetStorageReplicationFactor, offsetStorageTopic, pollIntervalMs, provideTransactionMetadata, queryFetchSize, retriableRestartConnectorWaitMs, sanitizeFieldNames, schemaNameAdjustmentMode, signalDataCollection, skippedOperations, snapshotDelayMs, snapshotFetchSize, snapshotIncludeCollectionList, snapshotLockTimeoutMs, snapshotMode, snapshotSelectStatementOverrides, sourceStructVersion, tableBlacklist, tableExcludeList, tableIgnoreBuiltin, tableIncludeList, tableWhitelist, timePrecisionMode, tombstonesOnDelete, transactionTopic
-
Constructor Details
-
DebeziumDb2ComponentBuilderImpl
public DebeziumDb2ComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.debezium.DebeziumDb2Component buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.debezium.DebeziumDb2Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.debezium.DebeziumDb2Component>
-