Skip to main content

Module action

Module action 

Source
Expand description

Action types for event-driven architecture

Actions represent all possible events and state changes in the application. They are used to communicate between components and drive the application’s event loop.

Structs§

QueryExplainedPayload
Payload from a successful explained query (carried by Action::QueryExplainedSuccess)
SourceRef
Source reference payload from an explained query

Enums§

Action
Main action enum for application events
QueryMode
Query execution mode
StatusType
Status indicator types with associated colors