Interface FunqyConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.funqy") public interface FunqyConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The function to export.
  • Method Details

    • export

      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.