module documentation

The Pulsar Python client APIs that work with the asyncio module.

Class Client The asynchronous version of pulsar.Client.
Class Producer The Pulsar message producer, used to publish messages on a topic.
Exception PulsarException The exception that wraps the Pulsar error code
Function _set_future Undocumented
def _set_future(future: asyncio.Future, result: _pulsar.Result, value: Any): (source)

Undocumented