Expand description
§Application Events
This module contains event types that can be received by Alien applications. These are platform-agnostic event structures that represent triggers from various sources like queues, storage, and scheduled events.
Unlike the events module which handles alien events (traces-like system events),
this module focuses on application-level events that trigger function execution.
Structs§
- Queue
Message - Standardized queue message structure used by alien-runtime
- Scheduled
Event - Represents a scheduled event trigger, typically from a cron job or timer.
- Storage
Event - Represents an event triggered by an action in an object storage service.
- Storage
Events - A wrapper type for a list of storage events.
Enums§
- Message
Payload - JSON-first message payload that supports both structured JSON and UTF-8 text
- Storage
Event Type - Represents the type of storage event that occurred.