Class QuarkusHttpFunction

  • All Implemented Interfaces:
    com.google.cloud.functions.HttpFunction

    public final class QuarkusHttpFunction
    extends Object
    implements com.google.cloud.functions.HttpFunction
    • Field Detail

      • deploymentStatus

        protected static final String deploymentStatus
      • started

        protected static boolean started
    • Constructor Detail

      • QuarkusHttpFunction

        public QuarkusHttpFunction()
    • Method Detail

      • setDelegate

        static void setDelegate​(String selectedDelegate)
      • service

        public void service​(com.google.cloud.functions.HttpRequest httpRequest,
                            com.google.cloud.functions.HttpResponse httpResponse)
                     throws Exception
        Specified by:
        service in interface com.google.cloud.functions.HttpFunction
        Throws:
        Exception