Module cli

Source
Available on crate feature cli only.
Expand description

Consumer Helper Functions

This module provides simple utilities for consumer projects to create task workers with minimal boilerplate code.

Functionsยง

start_cli_worker
Start a consumer task worker with the given configuration
start_worker
Start a consumer worker with automatic configuration
start_worker_from_env
Start a consumer worker with configuration from environment variables only
start_worker_with_builder
Start a consumer worker with custom configuration built using the builder pattern