Uses of Interface
org.apache.pulsar.client.impl.SendCallback
-
Packages that use SendCallback Package Description org.apache.pulsar.client.impl Pulsar Client implementation. -
-
Uses of SendCallback in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl that return SendCallback Modifier and Type Method Description SendCallbackSendCallback. getNextSendCallback()Methods in org.apache.pulsar.client.impl with parameters of type SendCallback Modifier and Type Method Description booleanBatchMessageContainerBase. add(MessageImpl<?> msg, SendCallback callback)Add message to the batch message container.voidSendCallback. 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.voidProducerImpl. sendAsync(org.apache.pulsar.client.api.Message<?> message, SendCallback callback)
-