Uses of Class
com.google.cloud.functions.invoker.HttpFunctionExecutor
-
Packages that use HttpFunctionExecutor Package Description com.google.cloud.functions.invoker -
-
Uses of HttpFunctionExecutor in com.google.cloud.functions.invoker
Methods in com.google.cloud.functions.invoker that return HttpFunctionExecutor Modifier and Type Method Description static HttpFunctionExecutorHttpFunctionExecutor. forClass(Class<?> functionClass)Makes aHttpFunctionExecutorfor the given class.
-