io.quarkus.funqy.gcp.functions.event.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-funqy-google-cloud-functions Show documentation
Show all versions of quarkus-funqy-google-cloud-functions Show documentation
Google Cloud Functions Binding for Quarkus Funqy framework
/**
* This package contains helper class to deserialize the Google Cloud Function events for background functions.
*
* Usage of these POJO is not mandatory, you can create your own version if you prefer not to deserialize all fields of the
* events.
*
* @see Google Functions events triggers
*/
package io.quarkus.funqy.gcp.functions.event;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy