JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.google.cloud.functions.Context
Uses of
Context
in
com.google.cloud.functions
Methods in
com.google.cloud.functions
with parameters of type
Context
Modifier and Type
Method
Description
void
BackgroundFunction.
accept
(
T
payload,
Context
context)
Called to service an incoming event.
void
RawBackgroundFunction.
accept
(
String
json,
Context
context)
Called to service an incoming event.