Class QuarkusBackgroundFunction

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

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

      • deploymentStatus

        protected static final String deploymentStatus
      • started

        protected static boolean started
    • Constructor Detail

      • QuarkusBackgroundFunction

        public QuarkusBackgroundFunction()
    • Method Detail

      • 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