Uses of Interface
org.apache.pulsar.client.impl.SendCallback
Packages that use SendCallback
-
Uses of SendCallback in org.apache.pulsar.client.impl
Methods in org.apache.pulsar.client.impl that return SendCallbackMethods in org.apache.pulsar.client.impl with parameters of type SendCallbackModifier and TypeMethodDescriptionbooleanBatchMessageContainerBase.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)