public static interface DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
additionalProperties(Map values)
Additional properties for debezium components in case they can't be
set directly on the camel configurations (e.g: setting Kafka Connect
properties needed by Debezium engine, for example setting
KafkaOffsetBackingStore), the properties have to be prefixed with
additionalProperties..
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
additionalProperties(String key,
Object value)
Additional properties for debezium components in case they can't be
set directly on the camel configurations (e.g: setting Kafka Connect
properties needed by Debezium engine, for example setting
KafkaOffsetBackingStore), the properties have to be prefixed with
additionalProperties..
|
default DebeziumMongodbEndpointBuilderFactory.AdvancedDebeziumMongodbEndpointBuilder |
advanced() |
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
collectionExcludeList(String collectionExcludeList)
A comma-separated list of regular expressions that match the
collection names for which changes are to be excluded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
collectionIncludeList(String collectionIncludeList)
A comma-separated list of regular expressions that match the
collection names for which changes are to be captured.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectBackoffInitialDelayMs(long connectBackoffInitialDelayMs)
The initial delay when trying to reconnect to a primary after a
connection cannot be made or when no primary is available, given in
milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectBackoffInitialDelayMs(String connectBackoffInitialDelayMs)
The initial delay when trying to reconnect to a primary after a
connection cannot be made or when no primary is available, given in
milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectBackoffMaxDelayMs(long connectBackoffMaxDelayMs)
The maximum delay when trying to reconnect to a primary after a
connection cannot be made or when no primary is available, given in
milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectBackoffMaxDelayMs(String connectBackoffMaxDelayMs)
The maximum delay when trying to reconnect to a primary after a
connection cannot be made or when no primary is available, given in
milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectMaxAttempts(int connectMaxAttempts)
Maximum number of failed connection attempts to a replica set primary
before an exception occurs and task is aborted.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
connectMaxAttempts(String connectMaxAttempts)
Maximum number of failed connection attempts to a replica set primary
before an exception occurs and task is aborted.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
converters(String converters)
Optional list of custom converters that would be used instead of
default ones.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
databaseExcludeList(String databaseExcludeList)
A comma-separated list of regular expressions that match the database
names for which changes are to be excluded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
databaseHistoryFileFilename(String databaseHistoryFileFilename)
The path to the file that will be used to record the database
history.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
databaseIncludeList(String databaseIncludeList)
A comma-separated list of regular expressions that match the database
names for which changes are to be captured.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode)
Specify how failures during processing of events (i.e.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
fieldExcludeList(String fieldExcludeList)
A comma-separated list of the fully-qualified names of fields that
should be excluded from change event message values.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
fieldRenames(String fieldRenames)
Description is not available here, please check Debezium website for
corresponding key 'field.renames' description.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
heartbeatIntervalMs(int heartbeatIntervalMs)
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
heartbeatIntervalMs(String heartbeatIntervalMs)
Length of an interval in milli-seconds in in which the connector
periodically sends heartbeat messages to a heartbeat topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
heartbeatTopicsPrefix(String heartbeatTopicsPrefix)
The prefix that is used to name heartbeat topics.Defaults to
__debezium-heartbeat.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
internalKeyConverter(String internalKeyConverter)
The Converter class that should be used to serialize and deserialize
key data for offsets.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
internalValueConverter(String internalValueConverter)
The Converter class that should be used to serialize and deserialize
value data for offsets.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxBatchSize(int maxBatchSize)
Maximum size of each batch of source records.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxBatchSize(String maxBatchSize)
Maximum size of each batch of source records.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxQueueSize(int maxQueueSize)
Maximum size of the queue for change events read from the database
log but not yet recorded or forwarded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxQueueSize(String maxQueueSize)
Maximum size of the queue for change events read from the database
log but not yet recorded or forwarded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxQueueSizeInBytes(long maxQueueSizeInBytes)
Maximum size of the queue in bytes for change events read from the
database log but not yet recorded or forwarded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
maxQueueSizeInBytes(String maxQueueSizeInBytes)
Maximum size of the queue in bytes for change events read from the
database log but not yet recorded or forwarded.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbAuthsource(String mongodbAuthsource)
Database containing user credentials.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbConnectTimeoutMs(int mongodbConnectTimeoutMs)
The connection timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbConnectTimeoutMs(String mongodbConnectTimeoutMs)
The connection timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbHosts(String mongodbHosts)
The hostname and port pairs (in the form 'host' or 'host:port') of
the MongoDB server(s) in the replica set.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbMembersAutoDiscover(boolean mongodbMembersAutoDiscover)
Specifies whether the addresses in 'hosts' are seeds that should be
used to discover all members of the cluster or replica set ('true'),
or whether the address(es) in 'hosts' should be used as is ('false').
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbMembersAutoDiscover(String mongodbMembersAutoDiscover)
Specifies whether the addresses in 'hosts' are seeds that should be
used to discover all members of the cluster or replica set ('true'),
or whether the address(es) in 'hosts' should be used as is ('false').
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbName(String mongodbName)
Unique name that identifies the MongoDB replica set or cluster and
all recorded offsets, andthat is used as a prefix for all schemas and
topics.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbPassword(String mongodbPassword)
Password to be used when connecting to MongoDB, if necessary.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbPollIntervalMs(long mongodbPollIntervalMs)
Interval for looking for new, removed, or changed replica sets, given
in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbPollIntervalMs(String mongodbPollIntervalMs)
Interval for looking for new, removed, or changed replica sets, given
in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbServerSelectionTimeoutMs(int mongodbServerSelectionTimeoutMs)
The server selection timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbServerSelectionTimeoutMs(String mongodbServerSelectionTimeoutMs)
The server selection timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSocketTimeoutMs(int mongodbSocketTimeoutMs)
The socket timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSocketTimeoutMs(String mongodbSocketTimeoutMs)
The socket timeout, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSslEnabled(boolean mongodbSslEnabled)
Should connector use SSL to connect to MongoDB instances.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSslEnabled(String mongodbSslEnabled)
Should connector use SSL to connect to MongoDB instances.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSslInvalidHostnameAllowed(boolean mongodbSslInvalidHostnameAllowed)
Whether invalid host names are allowed when using SSL.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbSslInvalidHostnameAllowed(String mongodbSslInvalidHostnameAllowed)
Whether invalid host names are allowed when using SSL.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
mongodbUser(String mongodbUser)
Database user for connecting to MongoDB, if necessary.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetCommitPolicy(String offsetCommitPolicy)
The name of the Java class of the commit policy.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetCommitTimeoutMs(long offsetCommitTimeoutMs)
Maximum number of milliseconds to wait for records to flush and
partition offset data to be committed to offset storage before
cancelling the process and restoring the offset data to be committed
in a future attempt.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetCommitTimeoutMs(String offsetCommitTimeoutMs)
Maximum number of milliseconds to wait for records to flush and
partition offset data to be committed to offset storage before
cancelling the process and restoring the offset data to be committed
in a future attempt.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetFlushIntervalMs(long offsetFlushIntervalMs)
Interval at which to try committing offsets.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetFlushIntervalMs(String offsetFlushIntervalMs)
Interval at which to try committing offsets.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStorage(String offsetStorage)
The name of the Java class that is responsible for persistence of
connector offsets.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStorageFileName(String offsetStorageFileName)
Path to file where offsets are to be stored.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStoragePartitions(int offsetStoragePartitions)
The number of partitions used when creating the offset storage topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStoragePartitions(String offsetStoragePartitions)
The number of partitions used when creating the offset storage topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStorageReplicationFactor(int offsetStorageReplicationFactor)
Replication factor used when creating the offset storage topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStorageReplicationFactor(String offsetStorageReplicationFactor)
Replication factor used when creating the offset storage topic.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
offsetStorageTopic(String offsetStorageTopic)
The name of the Kafka topic where offsets are to be stored.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
pollIntervalMs(long pollIntervalMs)
Time to wait for new change events to appear after receiving no
events, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
pollIntervalMs(String pollIntervalMs)
Time to wait for new change events to appear after receiving no
events, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
provideTransactionMetadata(boolean provideTransactionMetadata)
Enables transaction metadata extraction together with event counting.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
provideTransactionMetadata(String provideTransactionMetadata)
Enables transaction metadata extraction together with event counting.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
queryFetchSize(int queryFetchSize)
The maximum number of records that should be loaded into memory while
streaming.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
queryFetchSize(String queryFetchSize)
The maximum number of records that should be loaded into memory while
streaming.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs)
Time to wait before restarting connector after retriable exception
occurs.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
retriableRestartConnectorWaitMs(String retriableRestartConnectorWaitMs)
Time to wait before restarting connector after retriable exception
occurs.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
sanitizeFieldNames(boolean sanitizeFieldNames)
Whether field names will be sanitized to Avro naming conventions.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
sanitizeFieldNames(String sanitizeFieldNames)
Whether field names will be sanitized to Avro naming conventions.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
signalDataCollection(String signalDataCollection)
The name of the data collection that is used to send signals/commands
to Debezium.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
skippedOperations(String skippedOperations)
The comma-separated list of operations to skip during streaming,
defined as: 'c' for inserts/create; 'u' for updates; 'd' for deletes.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotCollectionFilterOverrides(String snapshotCollectionFilterOverrides)
This property contains a comma-separated list of ., for which the
initial snapshot may be a subset of data present in the data source.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotDelayMs(long snapshotDelayMs)
A delay period before a snapshot will begin, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotDelayMs(String snapshotDelayMs)
A delay period before a snapshot will begin, given in milliseconds.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotFetchSize(int snapshotFetchSize)
The maximum number of records that should be loaded into memory while
performing a snapshot.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotFetchSize(String snapshotFetchSize)
The maximum number of records that should be loaded into memory while
performing a snapshot.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotIncludeCollectionList(String snapshotIncludeCollectionList)
this setting must be set to specify a list of tables/collections
whose snapshot must be taken on creating or restarting the connector.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotMaxThreads(int snapshotMaxThreads)
The maximum number of threads used to perform the snapshot.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotMaxThreads(String snapshotMaxThreads)
The maximum number of threads used to perform the snapshot.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
snapshotMode(String snapshotMode)
The criteria for running a snapshot upon startup of the connector.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
sourceStructVersion(String sourceStructVersion)
A version of the format of the publicly visible source part in the
message.
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
tombstonesOnDelete(boolean tombstonesOnDelete)
Whether delete operations should be represented by a delete event and
a subsquenttombstone event (true) or only by a delete event (false).
|
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder |
tombstonesOnDelete(String tombstonesOnDelete)
Whether delete operations should be represented by a delete event and
a subsquenttombstone event (true) or only by a delete event (false).
|
default DebeziumMongodbEndpointBuilderFactory.AdvancedDebeziumMongodbEndpointBuilder advanced()
default DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder additionalProperties(String key, Object value)
key - the option keyvalue - the option valuedefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder additionalProperties(Map values)
values - the valuesdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder internalKeyConverter(String internalKeyConverter)
internalKeyConverter - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder internalValueConverter(String internalValueConverter)
internalValueConverter - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetCommitPolicy(String offsetCommitPolicy)
offsetCommitPolicy - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetCommitTimeoutMs(long offsetCommitTimeoutMs)
offsetCommitTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetCommitTimeoutMs(String offsetCommitTimeoutMs)
offsetCommitTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetFlushIntervalMs(long offsetFlushIntervalMs)
offsetFlushIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetFlushIntervalMs(String offsetFlushIntervalMs)
offsetFlushIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStorage(String offsetStorage)
offsetStorage - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStorageFileName(String offsetStorageFileName)
offsetStorageFileName - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStoragePartitions(int offsetStoragePartitions)
offsetStoragePartitions - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStoragePartitions(String offsetStoragePartitions)
offsetStoragePartitions - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStorageReplicationFactor(int offsetStorageReplicationFactor)
offsetStorageReplicationFactor - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStorageReplicationFactor(String offsetStorageReplicationFactor)
offsetStorageReplicationFactor - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder offsetStorageTopic(String offsetStorageTopic)
offsetStorageTopic - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder collectionExcludeList(String collectionExcludeList)
collectionExcludeList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder collectionIncludeList(String collectionIncludeList)
collectionIncludeList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectBackoffInitialDelayMs(long connectBackoffInitialDelayMs)
connectBackoffInitialDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectBackoffInitialDelayMs(String connectBackoffInitialDelayMs)
connectBackoffInitialDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectBackoffMaxDelayMs(long connectBackoffMaxDelayMs)
connectBackoffMaxDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectBackoffMaxDelayMs(String connectBackoffMaxDelayMs)
connectBackoffMaxDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectMaxAttempts(int connectMaxAttempts)
connectMaxAttempts - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder connectMaxAttempts(String connectMaxAttempts)
connectMaxAttempts - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder converters(String converters)
converters - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder databaseExcludeList(String databaseExcludeList)
databaseExcludeList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder databaseHistoryFileFilename(String databaseHistoryFileFilename)
databaseHistoryFileFilename - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder databaseIncludeList(String databaseIncludeList)
databaseIncludeList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder eventProcessingFailureHandlingMode(String eventProcessingFailureHandlingMode)
eventProcessingFailureHandlingMode - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder fieldExcludeList(String fieldExcludeList)
fieldExcludeList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder fieldRenames(String fieldRenames)
fieldRenames - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder heartbeatIntervalMs(int heartbeatIntervalMs)
heartbeatIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder heartbeatIntervalMs(String heartbeatIntervalMs)
heartbeatIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder heartbeatTopicsPrefix(String heartbeatTopicsPrefix)
heartbeatTopicsPrefix - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxBatchSize(int maxBatchSize)
maxBatchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxBatchSize(String maxBatchSize)
maxBatchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxQueueSize(int maxQueueSize)
maxQueueSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxQueueSize(String maxQueueSize)
maxQueueSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxQueueSizeInBytes(long maxQueueSizeInBytes)
maxQueueSizeInBytes - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder maxQueueSizeInBytes(String maxQueueSizeInBytes)
maxQueueSizeInBytes - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbAuthsource(String mongodbAuthsource)
mongodbAuthsource - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbConnectTimeoutMs(int mongodbConnectTimeoutMs)
mongodbConnectTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbConnectTimeoutMs(String mongodbConnectTimeoutMs)
mongodbConnectTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbHosts(String mongodbHosts)
mongodbHosts - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbMembersAutoDiscover(boolean mongodbMembersAutoDiscover)
mongodbMembersAutoDiscover - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbMembersAutoDiscover(String mongodbMembersAutoDiscover)
mongodbMembersAutoDiscover - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbName(String mongodbName)
mongodbName - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbPassword(String mongodbPassword)
mongodbPassword - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbPollIntervalMs(long mongodbPollIntervalMs)
mongodbPollIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbPollIntervalMs(String mongodbPollIntervalMs)
mongodbPollIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbServerSelectionTimeoutMs(int mongodbServerSelectionTimeoutMs)
mongodbServerSelectionTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbServerSelectionTimeoutMs(String mongodbServerSelectionTimeoutMs)
mongodbServerSelectionTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSocketTimeoutMs(int mongodbSocketTimeoutMs)
mongodbSocketTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSocketTimeoutMs(String mongodbSocketTimeoutMs)
mongodbSocketTimeoutMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSslEnabled(boolean mongodbSslEnabled)
mongodbSslEnabled - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSslEnabled(String mongodbSslEnabled)
mongodbSslEnabled - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSslInvalidHostnameAllowed(boolean mongodbSslInvalidHostnameAllowed)
mongodbSslInvalidHostnameAllowed - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbSslInvalidHostnameAllowed(String mongodbSslInvalidHostnameAllowed)
mongodbSslInvalidHostnameAllowed - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder mongodbUser(String mongodbUser)
mongodbUser - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder pollIntervalMs(long pollIntervalMs)
pollIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder pollIntervalMs(String pollIntervalMs)
pollIntervalMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder provideTransactionMetadata(boolean provideTransactionMetadata)
provideTransactionMetadata - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder provideTransactionMetadata(String provideTransactionMetadata)
provideTransactionMetadata - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder queryFetchSize(int queryFetchSize)
queryFetchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder queryFetchSize(String queryFetchSize)
queryFetchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder retriableRestartConnectorWaitMs(long retriableRestartConnectorWaitMs)
retriableRestartConnectorWaitMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder retriableRestartConnectorWaitMs(String retriableRestartConnectorWaitMs)
retriableRestartConnectorWaitMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder sanitizeFieldNames(boolean sanitizeFieldNames)
sanitizeFieldNames - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder sanitizeFieldNames(String sanitizeFieldNames)
sanitizeFieldNames - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder signalDataCollection(String signalDataCollection)
signalDataCollection - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder skippedOperations(String skippedOperations)
skippedOperations - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotCollectionFilterOverrides(String snapshotCollectionFilterOverrides)
snapshotCollectionFilterOverrides - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotDelayMs(long snapshotDelayMs)
snapshotDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotDelayMs(String snapshotDelayMs)
snapshotDelayMs - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotFetchSize(int snapshotFetchSize)
snapshotFetchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotFetchSize(String snapshotFetchSize)
snapshotFetchSize - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotIncludeCollectionList(String snapshotIncludeCollectionList)
snapshotIncludeCollectionList - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotMaxThreads(int snapshotMaxThreads)
snapshotMaxThreads - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotMaxThreads(String snapshotMaxThreads)
snapshotMaxThreads - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder snapshotMode(String snapshotMode)
snapshotMode - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder sourceStructVersion(String sourceStructVersion)
sourceStructVersion - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder tombstonesOnDelete(boolean tombstonesOnDelete)
tombstonesOnDelete - the value to setdefault DebeziumMongodbEndpointBuilderFactory.DebeziumMongodbEndpointBuilder tombstonesOnDelete(String tombstonesOnDelete)
tombstonesOnDelete - the value to setApache Camel