- Namespace
- CondenserDotNet
.Core .Routing - Interfaces
-
- IRoutingStrategy
<T>
- IRoutingStrategy
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IRoutingStrategy<T>"]-.->Type
Type["RoundRobinRoutingStrategy<T>"]
class Type type-node
Syntax
public class RoundRobinRoutingStrategy<T> : IRoutingStrategy<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
Name | string |
Methods
Name | Value | Summary |
---|---|---|
RouteTo |
T |