Skip to main content

@dapr/invoke_binding

Description

RequestSource code

TODO

Options

resource

resource *ResourceRef

The name of the Dapr client resource.

binding

binding *string

Name of binding to invoke.

operation

operation *string

Name of the operation type for the binding to invoke.

codec

codec *CodecRef

The configured codec to use for encoding the message.

codecArgs

codecArgsany[]

The arguments for the codec, if any.

data

datastring (Data expression)

Data is the input data sent.

metadata

metadatastring (Data expression)

Metadata is the input binding metadata.