Callbacks#

pulumi/pulumi:proto/pulumi/callback.proto

Services#

๐Ÿ”Œ Callbacks#

Callbacks is a service for invoking functions in one runtime from other processes.

๐Ÿ“ž Invoke#

โคต๏ธ CallbackInvokeRequest โคด๏ธ CallbackInvokeResponse

Invoke invokes a given callback, identified by its token.

Messages#

๐Ÿ“จ Callback#

target string

the gRPC target of the callback service.

token string

the service specific unique token for this callback.

๐Ÿ“จ CallbackInvokeRequest#

token string

the token for the callback.

request bytes

the serialized protobuf message of the arguments for this callback.

๐Ÿ“จ CallbackInvokeResponse#

response bytes

the serialized protobuf message of the response for this callback.