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#
targetstringthe gRPC target of the callback service.
tokenstringthe service specific unique token for this callback.
accepts_byte_stringboolTrue if and only if the callback host supports strings containing bytes that are not valid UTF-8, marshaled as objects carrying the byte string signature and a base64 encoding of the string’s bytes. If true, the caller may pass such values to the callback.
📨 CallbackInvokeRequest#
📨 CallbackInvokeResponse#
responsebytesthe serialized protobuf message of the response for this callback.