Configuration for a transport entry in the pool.
readonly
transport: Transport
The transport instance to use.
Weight for weighted distribution strategy. Higher values mean more traffic. Defaults to 1.
Priority for priority-based failover strategy. Higher values are tried first. Defaults to 0.
readonly
optional
selector: TransportSelector
Selector function for selector-based routing. If provided, this transport will only be used for messages where the selector returns true.