Class FunqyBackgroundFunction

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

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

    • deploymentStatus

      protected static final String deploymentStatus
    • started

      protected static boolean started
  • Constructor Details

    • FunqyBackgroundFunction

      public FunqyBackgroundFunction()
  • Method Details

    • accept

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