| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static BatcherBuilder |
BatcherBuilder.DEFAULT
Default batch message container.
|
static BatcherBuilder |
BatcherBuilder.KEY_BASED
Key based batch message container.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder<T> |
ProducerBuilder.batcherBuilder(BatcherBuilder batcherBuilder)
Set the batcher builder
BatcherBuilder of the producer. |
| Modifier and Type | Method and Description |
|---|---|
BatcherBuilder |
PulsarClientImplementationBinding.newDefaultBatcherBuilder() |
BatcherBuilder |
PulsarClientImplementationBinding.newKeyBasedBatcherBuilder() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.