Class QuarkusBackgroundFunction

java.lang.Object
io.quarkus.gcp.functions.QuarkusBackgroundFunction
All Implemented Interfaces:
com.google.cloud.functions.RawBackgroundFunction

public final class QuarkusBackgroundFunction extends Object implements com.google.cloud.functions.RawBackgroundFunction
  • Field Details

    • deploymentStatus

      protected static final String deploymentStatus
    • started

      protected static boolean started
  • Constructor Details

    • QuarkusBackgroundFunction

      public QuarkusBackgroundFunction()
  • Method Details

    • setDelegates

      static void setDelegates(String selectedDelegate, String selectedRawDelegate)
    • accept

      public void accept(String event, com.google.cloud.functions.Context context) throws Exception
      Specified by:
      accept in interface com.google.cloud.functions.RawBackgroundFunction
      Throws:
      Exception