Uses of Class
io.quarkus.google.cloud.functions.test.FunctionType
-
-
Uses of FunctionType in io.quarkus.google.cloud.functions.test
Methods in io.quarkus.google.cloud.functions.test that return FunctionType Modifier and Type Method Description FunctionTypevalue()static FunctionTypeFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionType[]FunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.google.cloud.functions.test with parameters of type FunctionType Constructor Description CloudFunctionsInvoker(FunctionType functionType)CloudFunctionsInvoker(FunctionType functionType, int port)
-