Class CamelKafkaConnectMain.Builder
java.lang.Object
org.apache.camel.kafkaconnector.utils.CamelKafkaConnectMain.Builder
- Enclosing class:
CamelKafkaConnectMain
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(org.apache.camel.CamelContext camelContext) withAggregationSize(int aggregationSize) withAggregationTimeout(long aggregationTimeout) withErrorHandler(String errorHandler) withExpressionHeader(String expressionHeader) withExpressionType(String expressionType) withHeadersExcludePattern(String headersExcludePattern) withIdempotencyEnabled(boolean idempotencyEnabled) withIdempotentRepositoryKafkaMaxCacheSize(int idempotentRepositoryKafkaMaxCacheSize) withIdempotentRepositoryKafkaPollDuration(int idempotentRepositoryKafkaPollDuration) withIdempotentRepositoryKafkaServers(String idempotentRepositoryKafkaServers) withIdempotentRepositoryTopicName(String idempotentRepositoryTopicName) withIdempotentRepositoryType(String idempotentRepositoryType) withMarshallDataFormat(String dataformatId) withMaxRedeliveries(int maxRedeliveries) withMemoryDimension(int memoryDimension) withProperties(Map<String, String> props) withRedeliveryDelay(long redeliveryDelay) withUnmarshallDataFormat(String dataformatId)
-
Constructor Details
-
Builder
-
-
Method Details
-
withProperties
-
withMarshallDataFormat
-
withUnmarshallDataFormat
-
withAggregationSize
-
withAggregationTimeout
-
withErrorHandler
-
withMaxRedeliveries
-
withRedeliveryDelay
-
withIdempotencyEnabled
-
withExpressionType
-
withExpressionHeader
-
withMemoryDimension
-
withIdempotentRepositoryType
-
withIdempotentRepositoryTopicName
public CamelKafkaConnectMain.Builder withIdempotentRepositoryTopicName(String idempotentRepositoryTopicName) -
withIdempotentRepositoryKafkaServers
public CamelKafkaConnectMain.Builder withIdempotentRepositoryKafkaServers(String idempotentRepositoryKafkaServers) -
withIdempotentRepositoryKafkaMaxCacheSize
public CamelKafkaConnectMain.Builder withIdempotentRepositoryKafkaMaxCacheSize(int idempotentRepositoryKafkaMaxCacheSize) -
withIdempotentRepositoryKafkaPollDuration
public CamelKafkaConnectMain.Builder withIdempotentRepositoryKafkaPollDuration(int idempotentRepositoryKafkaPollDuration) -
withHeadersExcludePattern
-
build
-