@dapr/invoke_binding
Description
RequestSource code
TODO
Options
resource
ResourceRef
The name of the Dapr client resource.
binding
string
Name of binding to invoke.
operation
string
Name of the operation type for the binding to invoke.
codec
CodecRef
The configured codec to use for encoding the message.
codecArgs
any[]
The arguments for the codec, if any.
data
string (Data expression)
Data is the input data sent.
metadata
string (Data expression)
Metadata is the input binding metadata.