@dapr/publish
Description
MessagingSource code
TODO
Options
resource
ResourceRefThe name of the Dapr client resource.
pubsub
stringName of pubsub to invoke.
topic
stringTopic is the name of the topic to publish to.
codec
CodecRefThe configured codec to use for encoding the message.
codecArgs
any[]The arguments for the codec, if any.
key
string (Value expression)optional value to use for the message key (is supported).
data
string (Data expression)The input bindings sent.
metadata
string (Data expression)The input binding metadata.
propogateTracing
boolEnables/disables propogating the distributed tracing context (e.g. W3C TraceContext standard).