Expand description
Routing strategies for selecting the best provider.
Structs§
- Capability
First - Strategy: Optimize for best capability match
- Cost
Optimized - Strategy: Optimize for lowest cost
- Latency
Optimized - Strategy: Optimize for lowest latency
- Preference
Filter - Strategy: Filter candidates by user preferences, then delegate to a base strategy.
- Round
Robin - Strategy: Round-robin for load balancing
- Strategy
Registry - Registry of named strategies for runtime lookup.
- Weighted
Strategy - Strategy: A/B testing – probabilistically route between two strategies.
Traits§
- Routing
Strategy - Trait for routing strategies