Class PulsarComponentBuilderFactory.PulsarComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.pulsar.PulsarComponent>
org.apache.camel.builder.component.dsl.PulsarComponentBuilderFactory.PulsarComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.pulsar.PulsarComponent>,PulsarComponentBuilderFactory.PulsarComponentBuilder
- Enclosing interface:
- PulsarComponentBuilderFactory
public static class PulsarComponentBuilderFactory.PulsarComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.pulsar.PulsarComponent>
implements PulsarComponentBuilderFactory.PulsarComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.pulsar.PulsarComponentprotected booleansetPropertyOnComponent(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, registerMethods inherited from interface org.apache.camel.builder.component.dsl.PulsarComponentBuilderFactory.PulsarComponentBuilder
ackGroupTimeMillis, ackTimeoutMillis, ackTimeoutRedeliveryBackoff, allowManualAcknowledgement, authenticationClass, authenticationParams, autoConfiguration, autowiredEnabled, batcherBuilder, batchingEnabled, batchingMaxMessages, batchingMaxPublishDelayMicros, blockIfQueueFull, bridgeErrorHandler, chunkingEnabled, compressionType, configuration, consumerName, consumerNamePrefix, consumerQueueSize, deadLetterTopic, enableRetry, initialSequenceId, keySharedPolicy, lazyStartProducer, maxPendingMessages, maxPendingMessagesAcrossPartitions, maxRedeliverCount, messageListener, messageRouter, messageRoutingMode, negativeAckRedeliveryBackoff, negativeAckRedeliveryDelayMicros, numberOfConsumers, numberOfConsumerThreads, producerName, pulsarClient, pulsarMessageReceiptFactory, readCompacted, retryLetterTopic, sendTimeoutMs, serviceUrl, subscriptionInitialPosition, subscriptionName, subscriptionTopicsMode, subscriptionType, topicsPattern
-
Constructor Details
-
PulsarComponentBuilderImpl
public PulsarComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.pulsar.PulsarComponent buildConcreteComponent()- Specified by:
buildConcreteComponentin classAbstractComponentBuilder<org.apache.camel.component.pulsar.PulsarComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponentin classAbstractComponentBuilder<org.apache.camel.component.pulsar.PulsarComponent>
-