Uses of Interface
org.apache.pulsar.client.api.BatcherBuilder
-
Packages that use BatcherBuilder Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.internal 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 BatcherBuilder Modifier and Type Field Description static BatcherBuilderBatcherBuilder. DEFAULTDefault batch message container.static BatcherBuilderBatcherBuilder. KEY_BASEDKey based batch message container.Methods in org.apache.pulsar.client.api with parameters of type BatcherBuilder Modifier and Type Method Description ProducerBuilder<T>ProducerBuilder. 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 BatcherBuilder Modifier and Type Method Description BatcherBuilderPulsarClientImplementationBinding. newDefaultBatcherBuilder()BatcherBuilderPulsarClientImplementationBinding. newKeyBasedBatcherBuilder()
-