@dapr/publish
Description
MessagingSource code
TODO
Options
resource
ResourceRef
The name of the Dapr client resource.
pubsub
string
Name of pubsub to invoke.
topic
string
Topic is the name of the topic to publish to.
codec
CodecRef
The 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
bool
Enables/disables propogating the distributed tracing context (e.g. W3C TraceContext standard).