[][src]Trait blip::cluster::partition::Strategy

pub trait Strategy: Sealed + Default + Send + Sync + 'static { }

A strategy to handle network partitions where the local member is ejected from an active cluster.

This trait is sealed against outside implementations.

Implementors

impl Strategy for Rejoin[src]

Loading content...