Interface PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
PulsarEndpointBuilderFactory.PulsarEndpointBuilder
- Enclosing interface:
- PulsarEndpointBuilderFactory
public static interface PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the Pulsar component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackGroupTimeMillis(long ackGroupTimeMillis)Group the consumer acknowledgments for the specified time in milliseconds - defaults to 100.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackGroupTimeMillis(String ackGroupTimeMillis)Group the consumer acknowledgments for the specified time in milliseconds - defaults to 100.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackTimeoutMillis(long ackTimeoutMillis)Timeout for unacknowledged messages in milliseconds - defaults to 10000.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackTimeoutMillis(String ackTimeoutMillis)Timeout for unacknowledged messages in milliseconds - defaults to 10000.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackTimeoutRedeliveryBackoff(String ackTimeoutRedeliveryBackoff)RedeliveryBackoff to use for ack timeout redelivery backoff.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderackTimeoutRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff ackTimeoutRedeliveryBackoff)RedeliveryBackoff to use for ack timeout redelivery backoff.default PulsarEndpointBuilderFactory.AdvancedPulsarEndpointConsumerBuilderadvanced()default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderallowManualAcknowledgement(boolean allowManualAcknowledgement)Whether to allow manual message acknowledgements.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderallowManualAcknowledgement(String allowManualAcknowledgement)Whether to allow manual message acknowledgements.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderauthenticationClass(String authenticationClass)The Authentication FQCN to be used while creating the client from URI.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderauthenticationParams(String authenticationParams)The Authentication Parameters to be used while creating the client from URI.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderconsumerName(String consumerName)Name of the consumer when subscription is EXCLUSIVE.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderconsumerNamePrefix(String consumerNamePrefix)Prefix to add to consumer names when a SHARED or FAILOVER subscription is used.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderconsumerQueueSize(int consumerQueueSize)Size of the consumer queue - defaults to 10.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderconsumerQueueSize(String consumerQueueSize)Size of the consumer queue - defaults to 10.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderdeadLetterTopic(String deadLetterTopic)Name of the topic where the messages which fail maxRedeliverCount times will be sent.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildermaxRedeliverCount(Integer maxRedeliverCount)Maximum number of times that a message will be redelivered before being sent to the dead letter queue.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildermaxRedeliverCount(String maxRedeliverCount)Maximum number of times that a message will be redelivered before being sent to the dead letter queue.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildermessageListener(boolean messageListener)Whether to use the messageListener interface, or to receive messages using a separate thread pool.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildermessageListener(String messageListener)Whether to use the messageListener interface, or to receive messages using a separate thread pool.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernegativeAckRedeliveryBackoff(String negativeAckRedeliveryBackoff)RedeliveryBackoff to use for negative ack redelivery backoff.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernegativeAckRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff negativeAckRedeliveryBackoff)RedeliveryBackoff to use for negative ack redelivery backoff.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernegativeAckRedeliveryDelayMicros(long negativeAckRedeliveryDelayMicros)Set the negative acknowledgement delay.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernegativeAckRedeliveryDelayMicros(String negativeAckRedeliveryDelayMicros)Set the negative acknowledgement delay.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernumberOfConsumers(int numberOfConsumers)Number of consumers - defaults to 1.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernumberOfConsumers(String numberOfConsumers)Number of consumers - defaults to 1.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernumberOfConsumerThreads(int numberOfConsumerThreads)Number of threads to receive and handle messages when using a separate thread pool.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildernumberOfConsumerThreads(String numberOfConsumerThreads)Number of threads to receive and handle messages when using a separate thread pool.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderreadCompacted(boolean readCompacted)Enable compacted topic reading.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderreadCompacted(String readCompacted)Enable compacted topic reading.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderserviceUrl(String serviceUrl)The Pulsar Service URL to point while creating the client from URI.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionInitialPosition(String subscriptionInitialPosition)Control the initial position in the topic of a newly created subscription.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionInitialPosition(org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition subscriptionInitialPosition)Control the initial position in the topic of a newly created subscription.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionName(String subscriptionName)Name of the subscription to use.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionTopicsMode(String subscriptionTopicsMode)Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionTopicsMode(org.apache.pulsar.client.api.RegexSubscriptionMode subscriptionTopicsMode)Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionType(String subscriptionType)Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildersubscriptionType(org.apache.camel.component.pulsar.utils.consumers.SubscriptionType subscriptionType)Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildertopicsPattern(boolean topicsPattern)Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace.default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuildertopicsPattern(String topicsPattern)Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace.
-
-
-
Method Detail
-
advanced
default PulsarEndpointBuilderFactory.AdvancedPulsarEndpointConsumerBuilder advanced()
-
authenticationClass
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder authenticationClass(String authenticationClass)
The Authentication FQCN to be used while creating the client from URI. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
authenticationClass- the value to set- Returns:
- the dsl builder
-
authenticationParams
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder authenticationParams(String authenticationParams)
The Authentication Parameters to be used while creating the client from URI. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
authenticationParams- the value to set- Returns:
- the dsl builder
-
serviceUrl
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder serviceUrl(String serviceUrl)
The Pulsar Service URL to point while creating the client from URI. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
serviceUrl- the value to set- Returns:
- the dsl builder
-
ackGroupTimeMillis
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackGroupTimeMillis(long ackGroupTimeMillis)
Group the consumer acknowledgments for the specified time in milliseconds - defaults to 100. The option is a: <code>long</code> type. Default: 100 Group: consumer- Parameters:
ackGroupTimeMillis- the value to set- Returns:
- the dsl builder
-
ackGroupTimeMillis
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackGroupTimeMillis(String ackGroupTimeMillis)
Group the consumer acknowledgments for the specified time in milliseconds - defaults to 100. The option will be converted to a <code>long</code> type. Default: 100 Group: consumer- Parameters:
ackGroupTimeMillis- the value to set- Returns:
- the dsl builder
-
ackTimeoutMillis
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackTimeoutMillis(long ackTimeoutMillis)
Timeout for unacknowledged messages in milliseconds - defaults to 10000. The option is a: <code>long</code> type. Default: 10000 Group: consumer- Parameters:
ackTimeoutMillis- the value to set- Returns:
- the dsl builder
-
ackTimeoutMillis
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackTimeoutMillis(String ackTimeoutMillis)
Timeout for unacknowledged messages in milliseconds - defaults to 10000. The option will be converted to a <code>long</code> type. Default: 10000 Group: consumer- Parameters:
ackTimeoutMillis- the value to set- Returns:
- the dsl builder
-
ackTimeoutRedeliveryBackoff
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackTimeoutRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff ackTimeoutRedeliveryBackoff)
RedeliveryBackoff to use for ack timeout redelivery backoff. The option is a: <code>org.apache.pulsar.client.api.RedeliveryBackoff</code> type. Group: consumer- Parameters:
ackTimeoutRedeliveryBackoff- the value to set- Returns:
- the dsl builder
-
ackTimeoutRedeliveryBackoff
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder ackTimeoutRedeliveryBackoff(String ackTimeoutRedeliveryBackoff)
RedeliveryBackoff to use for ack timeout redelivery backoff. The option will be converted to a <code>org.apache.pulsar.client.api.RedeliveryBackoff</code> type. Group: consumer- Parameters:
ackTimeoutRedeliveryBackoff- the value to set- Returns:
- the dsl builder
-
allowManualAcknowledgement
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder allowManualAcknowledgement(boolean allowManualAcknowledgement)
Whether to allow manual message acknowledgements. If this option is enabled, then messages are not acknowledged automatically after successful route completion. Instead, an instance of PulsarMessageReceipt is stored as a header on the org.apache.camel.Exchange. Messages can then be acknowledged using PulsarMessageReceipt at any time before the ackTimeout occurs. The option is a: <code>boolean</code> type. Default: false Group: consumer- Parameters:
allowManualAcknowledgement- the value to set- Returns:
- the dsl builder
-
allowManualAcknowledgement
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder allowManualAcknowledgement(String allowManualAcknowledgement)
Whether to allow manual message acknowledgements. If this option is enabled, then messages are not acknowledged automatically after successful route completion. Instead, an instance of PulsarMessageReceipt is stored as a header on the org.apache.camel.Exchange. Messages can then be acknowledged using PulsarMessageReceipt at any time before the ackTimeout occurs. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer- Parameters:
allowManualAcknowledgement- the value to set- Returns:
- the dsl builder
-
consumerName
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder consumerName(String consumerName)
Name of the consumer when subscription is EXCLUSIVE. The option is a: <code>java.lang.String</code> type. Default: sole-consumer Group: consumer- Parameters:
consumerName- the value to set- Returns:
- the dsl builder
-
consumerNamePrefix
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder consumerNamePrefix(String consumerNamePrefix)
Prefix to add to consumer names when a SHARED or FAILOVER subscription is used. The option is a: <code>java.lang.String</code> type. Default: cons Group: consumer- Parameters:
consumerNamePrefix- the value to set- Returns:
- the dsl builder
-
consumerQueueSize
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder consumerQueueSize(int consumerQueueSize)
Size of the consumer queue - defaults to 10. The option is a: <code>int</code> type. Default: 10 Group: consumer- Parameters:
consumerQueueSize- the value to set- Returns:
- the dsl builder
-
consumerQueueSize
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder consumerQueueSize(String consumerQueueSize)
Size of the consumer queue - defaults to 10. The option will be converted to a <code>int</code> type. Default: 10 Group: consumer- Parameters:
consumerQueueSize- the value to set- Returns:
- the dsl builder
-
deadLetterTopic
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder deadLetterTopic(String deadLetterTopic)
Name of the topic where the messages which fail maxRedeliverCount times will be sent. Note: if not set, default topic name will be topicName-subscriptionName-DLQ. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
deadLetterTopic- the value to set- Returns:
- the dsl builder
-
maxRedeliverCount
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder maxRedeliverCount(Integer maxRedeliverCount)
Maximum number of times that a message will be redelivered before being sent to the dead letter queue. If this value is not set, no Dead Letter Policy will be created. The option is a: <code>java.lang.Integer</code> type. Group: consumer- Parameters:
maxRedeliverCount- the value to set- Returns:
- the dsl builder
-
maxRedeliverCount
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder maxRedeliverCount(String maxRedeliverCount)
Maximum number of times that a message will be redelivered before being sent to the dead letter queue. If this value is not set, no Dead Letter Policy will be created. The option will be converted to a <code>java.lang.Integer</code> type. Group: consumer- Parameters:
maxRedeliverCount- the value to set- Returns:
- the dsl builder
-
messageListener
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder messageListener(boolean messageListener)
Whether to use the messageListener interface, or to receive messages using a separate thread pool. The option is a: <code>boolean</code> type. Default: true Group: consumer- Parameters:
messageListener- the value to set- Returns:
- the dsl builder
-
messageListener
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder messageListener(String messageListener)
Whether to use the messageListener interface, or to receive messages using a separate thread pool. The option will be converted to a <code>boolean</code> type. Default: true Group: consumer- Parameters:
messageListener- the value to set- Returns:
- the dsl builder
-
negativeAckRedeliveryBackoff
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder negativeAckRedeliveryBackoff(org.apache.pulsar.client.api.RedeliveryBackoff negativeAckRedeliveryBackoff)
RedeliveryBackoff to use for negative ack redelivery backoff. The option is a: <code>org.apache.pulsar.client.api.RedeliveryBackoff</code> type. Group: consumer- Parameters:
negativeAckRedeliveryBackoff- the value to set- Returns:
- the dsl builder
-
negativeAckRedeliveryBackoff
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder negativeAckRedeliveryBackoff(String negativeAckRedeliveryBackoff)
RedeliveryBackoff to use for negative ack redelivery backoff. The option will be converted to a <code>org.apache.pulsar.client.api.RedeliveryBackoff</code> type. Group: consumer- Parameters:
negativeAckRedeliveryBackoff- the value to set- Returns:
- the dsl builder
-
negativeAckRedeliveryDelayMicros
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder negativeAckRedeliveryDelayMicros(long negativeAckRedeliveryDelayMicros)
Set the negative acknowledgement delay. The option is a: <code>long</code> type. Default: 60000000 Group: consumer- Parameters:
negativeAckRedeliveryDelayMicros- the value to set- Returns:
- the dsl builder
-
negativeAckRedeliveryDelayMicros
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder negativeAckRedeliveryDelayMicros(String negativeAckRedeliveryDelayMicros)
Set the negative acknowledgement delay. The option will be converted to a <code>long</code> type. Default: 60000000 Group: consumer- Parameters:
negativeAckRedeliveryDelayMicros- the value to set- Returns:
- the dsl builder
-
numberOfConsumers
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder numberOfConsumers(int numberOfConsumers)
Number of consumers - defaults to 1. The option is a: <code>int</code> type. Default: 1 Group: consumer- Parameters:
numberOfConsumers- the value to set- Returns:
- the dsl builder
-
numberOfConsumers
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder numberOfConsumers(String numberOfConsumers)
Number of consumers - defaults to 1. The option will be converted to a <code>int</code> type. Default: 1 Group: consumer- Parameters:
numberOfConsumers- the value to set- Returns:
- the dsl builder
-
numberOfConsumerThreads
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder numberOfConsumerThreads(int numberOfConsumerThreads)
Number of threads to receive and handle messages when using a separate thread pool. The option is a: <code>int</code> type. Default: 1 Group: consumer- Parameters:
numberOfConsumerThreads- the value to set- Returns:
- the dsl builder
-
numberOfConsumerThreads
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder numberOfConsumerThreads(String numberOfConsumerThreads)
Number of threads to receive and handle messages when using a separate thread pool. The option will be converted to a <code>int</code> type. Default: 1 Group: consumer- Parameters:
numberOfConsumerThreads- the value to set- Returns:
- the dsl builder
-
readCompacted
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder readCompacted(boolean readCompacted)
Enable compacted topic reading. The option is a: <code>boolean</code> type. Default: false Group: consumer- Parameters:
readCompacted- the value to set- Returns:
- the dsl builder
-
readCompacted
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder readCompacted(String readCompacted)
Enable compacted topic reading. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer- Parameters:
readCompacted- the value to set- Returns:
- the dsl builder
-
subscriptionInitialPosition
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionInitialPosition(org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition subscriptionInitialPosition)
Control the initial position in the topic of a newly created subscription. Default is latest message. The option is a: <code>org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition</code> type. Default: LATEST Group: consumer- Parameters:
subscriptionInitialPosition- the value to set- Returns:
- the dsl builder
-
subscriptionInitialPosition
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionInitialPosition(String subscriptionInitialPosition)
Control the initial position in the topic of a newly created subscription. Default is latest message. The option will be converted to a <code>org.apache.camel.component.pulsar.utils.consumers.SubscriptionInitialPosition</code> type. Default: LATEST Group: consumer- Parameters:
subscriptionInitialPosition- the value to set- Returns:
- the dsl builder
-
subscriptionName
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionName(String subscriptionName)
Name of the subscription to use. The option is a: <code>java.lang.String</code> type. Default: subs Group: consumer- Parameters:
subscriptionName- the value to set- Returns:
- the dsl builder
-
subscriptionTopicsMode
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionTopicsMode(org.apache.pulsar.client.api.RegexSubscriptionMode subscriptionTopicsMode)
Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both. Only used with pattern subscriptions. The option is a: <code>org.apache.pulsar.client.api.RegexSubscriptionMode</code> type. Default: PersistentOnly Group: consumer- Parameters:
subscriptionTopicsMode- the value to set- Returns:
- the dsl builder
-
subscriptionTopicsMode
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionTopicsMode(String subscriptionTopicsMode)
Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both. Only used with pattern subscriptions. The option will be converted to a <code>org.apache.pulsar.client.api.RegexSubscriptionMode</code> type. Default: PersistentOnly Group: consumer- Parameters:
subscriptionTopicsMode- the value to set- Returns:
- the dsl builder
-
subscriptionType
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionType(org.apache.camel.component.pulsar.utils.consumers.SubscriptionType subscriptionType)
Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE. The option is a: <code>org.apache.camel.component.pulsar.utils.consumers.SubscriptionType</code> type. Default: EXCLUSIVE Group: consumer- Parameters:
subscriptionType- the value to set- Returns:
- the dsl builder
-
subscriptionType
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder subscriptionType(String subscriptionType)
Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE. The option will be converted to a <code>org.apache.camel.component.pulsar.utils.consumers.SubscriptionType</code> type. Default: EXCLUSIVE Group: consumer- Parameters:
subscriptionType- the value to set- Returns:
- the dsl builder
-
topicsPattern
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder topicsPattern(boolean topicsPattern)
Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace. The option is a: <code>boolean</code> type. Default: false Group: consumer- Parameters:
topicsPattern- the value to set- Returns:
- the dsl builder
-
topicsPattern
default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder topicsPattern(String topicsPattern)
Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer- Parameters:
topicsPattern- the value to set- Returns:
- the dsl builder
-
-