Uses of Interface
org.apache.camel.builder.component.dsl.PulsarComponentBuilderFactory.PulsarComponentBuilder
Packages that use PulsarComponentBuilderFactory.PulsarComponentBuilder
-
Uses of PulsarComponentBuilderFactory.PulsarComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PulsarComponentBuilderFactory.PulsarComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.pulsar()Pulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system. -
Uses of PulsarComponentBuilderFactory.PulsarComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PulsarComponentBuilderFactory.PulsarComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return PulsarComponentBuilderFactory.PulsarComponentBuilderModifier and TypeMethodDescriptionPulsarComponentBuilderFactory.PulsarComponentBuilder.ackGroupTimeMillis(long ackGroupTimeMillis) Group the consumer acknowledgments for the specified time in milliseconds - defaults to 100.PulsarComponentBuilderFactory.PulsarComponentBuilder.ackTimeoutMillis(long ackTimeoutMillis) Timeout for unacknowledged messages in milliseconds - defaults to 10000.PulsarComponentBuilderFactory.PulsarComponentBuilder.ackTimeoutRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff ackTimeoutRedeliveryBackoff) RedeliveryBackoff to use for ack timeout redelivery backoff.PulsarComponentBuilderFactory.PulsarComponentBuilder.allowManualAcknowledgement(boolean allowManualAcknowledgement) Whether to allow manual message acknowledgements.PulsarComponentBuilderFactory.PulsarComponentBuilder.authenticationClass(String authenticationClass) The Authentication FQCN to be used while creating the client from URI.PulsarComponentBuilderFactory.PulsarComponentBuilder.authenticationParams(String authenticationParams) The Authentication Parameters to be used while creating the client from URI.PulsarComponentBuilderFactory.PulsarComponentBuilder.autoConfiguration(org.apache.camel.component.pulsar.utils.AutoConfiguration autoConfiguration) The pulsar auto configuration.PulsarComponentBuilderFactory.PulsarComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.PulsarComponentBuilderFactory.PulsarComponentBuilder.batcherBuilder(org.apache.pulsar.client.api.BatcherBuilder batcherBuilder) Control batching method used by the producer.PulsarComponentBuilderFactory.PulsarComponentBuilder.batchingEnabled(boolean batchingEnabled) Control whether automatic batching of messages is enabled for the producer.PulsarComponentBuilderFactory.PulsarComponentBuilder.batchingMaxMessages(int batchingMaxMessages) The maximum size to batch messages.PulsarComponentBuilderFactory.PulsarComponentBuilder.batchingMaxPublishDelayMicros(long batchingMaxPublishDelayMicros) The maximum time period within which the messages sent will be batched if batchingEnabled is true.PulsarComponentBuilderFactory.PulsarComponentBuilder.blockIfQueueFull(boolean blockIfQueueFull) Whether to block the producing thread if pending messages queue is full or to throw a ProducerQueueIsFullError.PulsarComponentBuilderFactory.PulsarComponentBuilder.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.PulsarComponentBuilderFactory.PulsarComponentBuilder.chunkingEnabled(boolean chunkingEnabled) Control whether chunking of messages is enabled for the producer.PulsarComponentBuilderFactory.PulsarComponentBuilder.compressionType(org.apache.pulsar.client.api.CompressionType compressionType) Compression type to use.PulsarComponentBuilderFactory.PulsarComponentBuilder.configuration(org.apache.camel.component.pulsar.PulsarConfiguration configuration) Allows to pre-configure the Pulsar component with common options that the endpoints will reuse.PulsarComponentBuilderFactory.PulsarComponentBuilder.consumerName(String consumerName) Name of the consumer when subscription is EXCLUSIVE.PulsarComponentBuilderFactory.PulsarComponentBuilder.consumerNamePrefix(String consumerNamePrefix) Prefix to add to consumer names when a SHARED or FAILOVER subscription is used.PulsarComponentBuilderFactory.PulsarComponentBuilder.consumerQueueSize(int consumerQueueSize) Size of the consumer queue - defaults to 10.PulsarComponentBuilderFactory.PulsarComponentBuilder.deadLetterTopic(String deadLetterTopic) Name of the topic where the messages which fail maxRedeliverCount times will be sent.PulsarComponentBuilderFactory.PulsarComponentBuilder.enableRetry(boolean enableRetry) To enable retry letter topic mode.PulsarComponentBuilderFactory.PulsarComponentBuilder.initialSequenceId(long initialSequenceId) The first message published will have a sequence Id of initialSequenceId 1.PulsarComponentBuilderFactory.PulsarComponentBuilder.keySharedPolicy(String keySharedPolicy) Policy to use by consumer when using key-shared subscription type.PulsarComponentBuilderFactory.PulsarComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PulsarComponentBuilderFactory.PulsarComponentBuilder.maxPendingMessages(int maxPendingMessages) Size of the pending massages queue.PulsarComponentBuilderFactory.PulsarComponentBuilder.maxPendingMessagesAcrossPartitions(int maxPendingMessagesAcrossPartitions) Deprecated.PulsarComponentBuilderFactory.PulsarComponentBuilder.maxRedeliverCount(Integer maxRedeliverCount) Maximum number of times that a message will be redelivered before being sent to the dead letter queue.PulsarComponentBuilderFactory.PulsarComponentBuilder.messageListener(boolean messageListener) Whether to use the messageListener interface, or to receive messages using a separate thread pool.PulsarComponentBuilderFactory.PulsarComponentBuilder.messageRouter(org.apache.pulsar.client.api.MessageRouter messageRouter) Custom Message Router to use.PulsarComponentBuilderFactory.PulsarComponentBuilder.messageRoutingMode(org.apache.pulsar.client.api.MessageRoutingMode messageRoutingMode) Message Routing Mode to use.PulsarComponentBuilderFactory.PulsarComponentBuilder.negativeAckRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff negativeAckRedeliveryBackoff) RedeliveryBackoff to use for negative ack redelivery backoff.PulsarComponentBuilderFactory.PulsarComponentBuilder.negativeAckRedeliveryDelayMicros(long negativeAckRedeliveryDelayMicros) Set the negative acknowledgement delay.PulsarComponentBuilderFactory.PulsarComponentBuilder.numberOfConsumers(int numberOfConsumers) Number of consumers - defaults to 1.PulsarComponentBuilderFactory.PulsarComponentBuilder.numberOfConsumerThreads(int numberOfConsumerThreads) Number of threads to receive and handle messages when using a separate thread pool.PulsarComponentBuilderFactory.PulsarComponentBuilder.producerName(String producerName) Name of the producer.PulsarComponentBuilderFactory.pulsar()Pulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system.PulsarComponentBuilderFactory.PulsarComponentBuilder.pulsarClient(org.apache.pulsar.client.api.PulsarClient pulsarClient) The pulsar client.PulsarComponentBuilderFactory.PulsarComponentBuilder.pulsarMessageReceiptFactory(org.apache.camel.component.pulsar.PulsarMessageReceiptFactory pulsarMessageReceiptFactory) Provide a factory to create an alternate implementation of PulsarMessageReceipt.PulsarComponentBuilderFactory.PulsarComponentBuilder.readCompacted(boolean readCompacted) Enable compacted topic reading.PulsarComponentBuilderFactory.PulsarComponentBuilder.retryLetterTopic(String retryLetterTopic) Name of the topic to use in retry mode.PulsarComponentBuilderFactory.PulsarComponentBuilder.sendTimeoutMs(int sendTimeoutMs) Send timeout in milliseconds.PulsarComponentBuilderFactory.PulsarComponentBuilder.serviceUrl(String serviceUrl) The Pulsar Service URL to point while creating the client from URI.PulsarComponentBuilderFactory.PulsarComponentBuilder.subscriptionInitialPosition(org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition subscriptionInitialPosition) Control the initial position in the topic of a newly created subscription.PulsarComponentBuilderFactory.PulsarComponentBuilder.subscriptionName(String subscriptionName) Name of the subscription to use.PulsarComponentBuilderFactory.PulsarComponentBuilder.subscriptionTopicsMode(org.apache.pulsar.client.api.RegexSubscriptionMode subscriptionTopicsMode) Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.PulsarComponentBuilderFactory.PulsarComponentBuilder.subscriptionType(org.apache.camel.component.pulsar.utils.consumers.SubscriptionType subscriptionType) Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE.PulsarComponentBuilderFactory.PulsarComponentBuilder.topicsPattern(boolean topicsPattern) Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace.