Class FunqyConfig

java.lang.Object
io.quarkus.funqy.runtime.FunqyConfig

@ConfigRoot(phase=RUN_TIME) public class FunqyConfig extends Object
  • Field Details

    • 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.
  • Constructor Details

    • FunqyConfig

      public FunqyConfig()