Uses of Class
com.google.cloud.functions.invoker.BackgroundFunctionExecutor
-
Packages that use BackgroundFunctionExecutor Package Description com.google.cloud.functions.invoker -
-
Uses of BackgroundFunctionExecutor in com.google.cloud.functions.invoker
Methods in com.google.cloud.functions.invoker that return BackgroundFunctionExecutor Modifier and Type Method Description static BackgroundFunctionExecutorBackgroundFunctionExecutor. forClass(Class<?> functionClass)Makes aBackgroundFunctionExecutorfor the given class.Methods in com.google.cloud.functions.invoker that return types with arguments of type BackgroundFunctionExecutor Modifier and Type Method Description static Optional<BackgroundFunctionExecutor>BackgroundFunctionExecutor. maybeForClass(Class<?> functionClass)Optionally makes aBackgroundFunctionExecutorfor the given class, if it implements one ofBackgroundFunction,RawBackgroundFunction, orCloudEventsFunction.
-