Class QuarkusHttpFunction

java.lang.Object
io.quarkus.gcp.functions.QuarkusHttpFunction
All Implemented Interfaces:
com.google.cloud.functions.HttpFunction

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

    • deploymentStatus

      protected static final String deploymentStatus
    • started

      protected static boolean started
  • Constructor Details

    • QuarkusHttpFunction

      public QuarkusHttpFunction()
  • Method Details

    • 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