Class VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilderImpl
- java.lang.Object
-
- org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.vertx.kafka.VertxKafkaComponent>
-
- org.apache.camel.builder.component.dsl.VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilderImpl
-
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.vertx.kafka.VertxKafkaComponent>,VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilder
- Enclosing interface:
- VertxKafkaComponentBuilderFactory
public static class VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilderImpl extends AbstractComponentBuilder<org.apache.camel.component.vertx.kafka.VertxKafkaComponent> implements VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilder
-
-
Constructor Summary
Constructors Constructor Description VertxKafkaComponentBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.component.vertx.kafka.VertxKafkaComponentbuildConcreteComponent()protected booleansetPropertyOnComponent(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.VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilder
acks, additionalProperties, allowAutoCreateTopics, allowManualCommit, autoCommitIntervalMs, autoOffsetReset, autowiredEnabled, batchSize, bootstrapServers, bridgeErrorHandler, bufferMemory, checkCrcs, clientDnsLookup, clientId, clientRack, compressionType, configuration, connectionsMaxIdleMs, defaultApiTimeoutMs, deliveryTimeoutMs, enableAutoCommit, enableIdempotence, excludeInternalTopics, fetchMaxBytes, fetchMaxWaitMs, fetchMinBytes, groupId, groupInstanceId, headerFilterStrategy, heartbeatIntervalMs, interceptorClasses, isolationLevel, kafkaManualCommitFactory, keyDeserializer, keySerializer, lazyStartProducer, lingerMs, maxBlockMs, maxInFlightRequestsPerConnection, maxPartitionFetchBytes, maxPollIntervalMs, maxPollRecords, maxRequestSize, metadataMaxAgeMs, metadataMaxIdleMs, metricReporters, metricsNumSamples, metricsRecordingLevel, metricsSampleWindowMs, partitionAssignmentStrategy, partitionerClass, partitionId, receiveBufferBytes, reconnectBackoffMaxMs, reconnectBackoffMs, requestTimeoutMs, retries, retryBackoffMs, saslClientCallbackHandlerClass, saslJaasConfig, saslKerberosKinitCmd, saslKerberosMinTimeBeforeRelogin, saslKerberosServiceName, saslKerberosTicketRenewJitter, saslKerberosTicketRenewWindowFactor, saslLoginCallbackHandlerClass, saslLoginClass, saslLoginRefreshBufferSeconds, saslLoginRefreshMinPeriodSeconds, saslLoginRefreshWindowFactor, saslLoginRefreshWindowJitter, saslMechanism, securityProtocol, securityProviders, seekToOffset, seekToPosition, sendBufferBytes, sessionTimeoutMs, socketConnectionSetupTimeoutMaxMs, socketConnectionSetupTimeoutMs, sslCipherSuites, sslEnabledProtocols, sslEndpointIdentificationAlgorithm, sslEngineFactoryClass, sslKeymanagerAlgorithm, sslKeyPassword, sslKeystoreCertificateChain, sslKeystoreKey, sslKeystoreLocation, sslKeystorePassword, sslKeystoreType, sslProtocol, sslProvider, sslSecureRandomImplementation, sslTrustmanagerAlgorithm, sslTruststoreCertificates, sslTruststoreLocation, sslTruststorePassword, sslTruststoreType, transactionalId, transactionTimeoutMs, valueDeserializer, valueSerializer, vertx, vertxKafkaClientFactory, vertxOptions
-
-
-
-
Method Detail
-
buildConcreteComponent
protected org.apache.camel.component.vertx.kafka.VertxKafkaComponent buildConcreteComponent()
- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.vertx.kafka.VertxKafkaComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value)- Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.vertx.kafka.VertxKafkaComponent>
-
-