【发布时间】:2018-11-28 04:31:53
【问题描述】:
我在 Google Datastore 中有一个数据库。我不知道如何使用云功能,但我想在创建或更新后触发事件。 不幸的是,文档对这个主题很清楚:https://cloud.google.com/appengine/docs/standard/java/datastore/callbacks
我不知道如何在创建或更新行后立即使用 @PostPut 触发事件。
谁有一个基本例子的教程?
谢谢
【问题讨论】:
标签: google-cloud-platform google-cloud-datastore google-cloud-functions datastore