Module actix

Source
Available on crate feature actix-integration only.
Expand description

Actix Web integration helpers with comprehensive metrics endpoints

Functionsยง

auto_configure_task_queue
Auto-configure TaskQueue for Actix Web with minimal setup
configure_task_queue_routes
Comprehensive Actix Web service configuration with all metrics endpoints
configure_task_queue_routes_auto
Configure Actix Web routes based on global configuration
create_auto_registered_task_queue
Helper for creating TaskQueue with auto-registration for Actix Web apps
create_task_queue_from_config
Create TaskQueue from global configuration - ideal for Actix apps