Class QuarkusHttpFunction

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

public 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

    • service

      public void service(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response) throws IOException
      Specified by:
      service in interface com.google.cloud.functions.HttpFunction
      Throws:
      IOException