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