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 voidBackgroundFunction. accept(T payload, Context context)Called to service an incoming event.voidRawBackgroundFunction. accept(java.lang.String json, Context context)Called to service an incoming event.
-