There is no explicit variable for the message instance in the code; it is inferred.
在代码中没有为消息实体做显式变量声明;它是被推断出来的。
The handler code in Listing 1 reads the message body and assigns it to a static variable.
清单 1 中的处理程序代码将读取消息主体,并将其赋值给静态变量。
For demonstration purposes, the code in Listing 11 simply displays an exception message when a GAE exception is thrown.
出于演示的目的,清单11的代码只是在出现GAE异常时简单地显示一个异常消息。
应用推荐