ProducerState
faststream.confluent.publisher.state.ProducerState #
Bases: Protocol
ping async #
ping(timeout: float) -> bool
Source code in faststream/confluent/publisher/state.py
17 | |
stop async #
stop() -> None
Source code in faststream/confluent/publisher/state.py
19 | |
flush async #
flush() -> None
Source code in faststream/confluent/publisher/state.py
21 | |