Skip to content

Commit fb0212d

Browse files
committed
Fix format (take 2)
1 parent 997fb57 commit fb0212d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

pulsar-client-reactive-api/src/main/java/org/apache/pulsar/reactive/client/api/ImmutableReactiveMessageConsumerSpec.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,39 @@ public ImmutableReactiveMessageConsumerSpec(ReactiveMessageConsumerSpec consumer
193193

194194
/**
195195
* Constructs an instance with the specified parameters.
196+
* @param topicNames
197+
* @param topicsPattern
198+
* @param topicsPatternSubscriptionMode
199+
* @param topicsPatternAutoDiscoveryPeriod
200+
* @param subscriptionName
201+
* @param subscriptionMode
202+
* @param subscriptionType
203+
* @param subscriptionInitialPosition
204+
* @param keySharedPolicy
205+
* @param replicateSubscriptionState
206+
* @param subscriptionProperties
207+
* @param consumerName
208+
* @param properties
209+
* @param priorityLevel
210+
* @param readCompacted
211+
* @param batchIndexAckEnabled
212+
* @param ackTimeout
213+
* @param ackTimeoutTickTime
214+
* @param acknowledgementsGroupTime
215+
* @param acknowledgeAsynchronously
216+
* @param acknowledgeScheduler
217+
* @param negativeAckRedeliveryDelay
218+
* @param deadLetterPolicy
219+
* @param retryLetterTopicEnable
220+
* @param receiverQueueSize
221+
* @param maxTotalReceiverQueueSizeAcrossPartitions
222+
* @param autoUpdatePartitions
223+
* @param autoUpdatePartitionsInterval
224+
* @param cryptoKeyReader
225+
* @param cryptoFailureAction
226+
* @param maxPendingChunkedMessage
227+
* @param autoAckOldestChunkedMessageOnQueueFull
228+
* @param expireTimeOfIncompleteChunkedMessage
196229
* @deprecated since 0.7.0 for removal in 0.9.0 in favor of
197230
* {@link #ImmutableReactiveMessageConsumerSpec(List, Pattern, RegexSubscriptionMode, Duration, String, SubscriptionMode, SubscriptionType, SubscriptionInitialPosition, KeySharedPolicy, Boolean, Map, String, Map, Integer, Boolean, Boolean, Duration, Duration, Duration, Boolean, Scheduler, Duration, RedeliveryBackoff, RedeliveryBackoff, DeadLetterPolicy, Boolean, Integer, Integer, Boolean, Duration, CryptoKeyReader, ConsumerCryptoFailureAction, Integer, Boolean, Duration)}
198231
*/

0 commit comments

Comments
 (0)