Class FunqyCloudEventsFunction

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

public class FunqyCloudEventsFunction extends Object implements com.google.cloud.functions.CloudEventsFunction
  • Field Details

    • deploymentStatus

      protected static final String deploymentStatus
    • started

      protected static boolean started
  • Constructor Details

    • FunqyCloudEventsFunction

      public FunqyCloudEventsFunction()
  • Method Details

    • accept

      public void accept(io.cloudevents.CloudEvent cloudEvent) throws Exception
      Specified by:
      accept in interface com.google.cloud.functions.CloudEventsFunction
      Throws:
      Exception