Skip to main content

RebalancerClientHandle

Type Alias RebalancerClientHandle 

Source
pub type RebalancerClientHandle = Arc<dyn RebalancerClientLike>;
Expand description

Boxed-dyn rebalancer client handle. Production wraps a ConnectRebalancerClient; reconcile tests substitute a fake. No Mutex — the client’s methods take &self and the inner HTTP client is a shareable connection pool.

Aliased Type§

pub struct RebalancerClientHandle { /* private fields */ }