class documentation
The asynchronous version of pulsar.Client
.
Method | __init__ |
See pulsar.Client.__init__ |
Async Method | close |
Close the client and all the associated producers and consumers |
Async Method | create |
Create a new producer on a given topic |
Instance Variable | _client |
Undocumented |
Create a new producer on a given topic
Parameters | |
topic:str | The topic name |
Returns | |
Producer | The producer created |
Raises | |
PulsarException |