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()).