Class QuarkusCloudEventsFunction

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

    public final class QuarkusCloudEventsFunction
    extends Object
    implements com.google.cloud.functions.CloudEventsFunction
    • Field Detail

      • deploymentStatus

        protected static final String deploymentStatus
      • started

        protected static boolean started
    • Constructor Detail

      • QuarkusCloudEventsFunction

        public QuarkusCloudEventsFunction()
    • Method Detail

      • setDelegate

        static void setDelegate​(String selectedDelegate)
      • accept

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