Skip to main content

@dapr/invoke_actor

Description

RequestSource code

Options

resource

resource *ResourceRef

The name of the Dapr client resource.

handler

handler *Handler

The actor handler (type::method)

id

id *string (Value expression)

The actor identifier

data

datastring (Data expression)

The input sent.

codec

codec *CodecRef

The configured codec to use for encoding the message.

codecArgs

codecArgsany[]

The arguments for the codec, if any.