Package io.quarkus.funqy.runtime
Class FunqyConfig
- java.lang.Object
-
- io.quarkus.funqy.runtime.FunqyConfig
-
@ConfigRoot(phase=RUN_TIME) public class FunqyConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description FunqyConfig()
-
-
-
Field Detail
-
export
@ConfigItem public Optional<String> export
The function to export. If there is more than one function defined for this deployment, then you must set this variable. If there is only a single function, you do not have to set this config item.
-
-