io.quarkus.funqy.gcp.functions.event.PubsubMessage 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
package io.quarkus.funqy.gcp.functions.event;
import java.util.Map;
/**
* Background function event for Pub/Sub.
*
* @see PubsubMessage
*/
public class PubsubMessage {
public String data;
public Map attributes;
public String messageId;
public String publishTime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy