MQTTPublisher
faststream.mqtt.MQTTPublisher #
MQTTPublisher(
topic: str,
*,
qos: QoS = AT_MOST_ONCE,
retain: bool = False,
headers: dict[str, str] | None = None,
persistent: bool = True,
title: str | None = None,
description: str | None = None,
schema: Any | None = None,
include_in_schema: bool = True,
)
Bases: ArgsContainer
Delayed MQTTPublisher registration object.
A copy of MQTTRegistrator.publisher(...) arguments for use in MQTTRoute.