Package org.apache.pulsar.client.api.v5.async
package org.apache.pulsar.client.api.v5.async
Asynchronous views of producers, consumers, and transactions.
Each async interface mirrors its synchronous counterpart in the parent package,
replacing blocking return values with CompletableFuture.
Async views are obtained via the async() accessor on the synchronous type
(e.g. Producer.async()).
-
InterfacesClassDescriptionAsynchronous view of a
CheckpointConsumer.Asynchronous message builder, obtained fromAsyncProducer.newMessage().Asynchronous view of aProducer.Asynchronous view of aQueueConsumer.Asynchronous view of aStreamConsumer.Asynchronous view of aTransaction.