Uses of Interface
org.apache.pulsar.client.api.BatcherBuilder
Packages that use BatcherBuilder
Package
Description
Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
Uses of BatcherBuilder in org.apache.pulsar.client.api
Fields in org.apache.pulsar.client.api declared as BatcherBuilderModifier and TypeFieldDescriptionstatic final BatcherBuilderBatcherBuilder.DEFAULTDefault batch message container.static final BatcherBuilderBatcherBuilder.KEY_BASEDKey based batch message container.Methods in org.apache.pulsar.client.api with parameters of type BatcherBuilderModifier and TypeMethodDescriptionProducerBuilder.batcherBuilder(BatcherBuilder batcherBuilder) Set the batcher builderBatcherBuilderof the producer. -
Uses of BatcherBuilder in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that return BatcherBuilderModifier and TypeMethodDescriptionPulsarClientImplementationBinding.newDefaultBatcherBuilder()PulsarClientImplementationBinding.newKeyBasedBatcherBuilder()