| Package | Description |
|---|---|
| org.apache.pulsar.client.impl |
| Modifier and Type | Method and Description |
|---|---|
SendCallback |
SendCallback.getNextSendCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchMessageContainerBase.add(MessageImpl<?> msg,
SendCallback callback)
Add message to the batch message container.
|
void |
SendCallback.addCallback(MessageImpl<?> msg,
SendCallback scb)
used to specify a callback to be invoked on completion of a send operation for individual messages sent in a
batch.
|
void |
ProducerImpl.sendAsync(Message<?> message,
SendCallback callback) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.