Package io.quarkus.gcp.functions
Class GoogleCloudFunctionsConfig
- java.lang.Object
-
- io.quarkus.gcp.functions.GoogleCloudFunctionsConfig
-
@ConfigRoot(phase=RUN_TIME) public class GoogleCloudFunctionsConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description GoogleCloudFunctionsConfig()
-
-
-
Field Detail
-
function
@ConfigItem public Optional<String> function
The function name. Function names are specified on function classes using the {@link @javax.inject.Named} annotation. If this name is unspecified and there is exactly one unnamed function then this unnamed function will be used. If there is only a single named function and the name is unspecified then the named function will be used. These rules apply for each function implementation (HttpFunction, BackgroundFunction, RawBackgroundFunction).
-
-