MQTTPublisherConfig
faststream.mqtt.publisher.config.MQTTPublisherConfig dataclass #
MQTTPublisherConfig(
*,
_outer_config: MQTTBrokerConfig = MQTTBrokerConfig(),
topic: str,
qos: QoS,
retain: bool,
headers: dict[str, str] | None,
)