Skip to main content

SenderHashBucketRouting

Type Alias SenderHashBucketRouting 

Source
pub type SenderHashBucketRouting<H> = FieldHashBucketRouting<NetMessage, ActorPath, H>;
Expand description

A hash bucket router using the sender field of a NetMessage to decide the bucket

Aliased Typeยง

pub struct SenderHashBucketRouting<H> { /* private fields */ }