C# Class ClusterSharding.Node.AutomaticJoin.AutomaticCluster

Extension for Akka.NET cluster to establish cluster automatically through shared sqlite store.
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
AutomaticCluster ( ActorSystem system ) : System.Collections.Immutable
Join ( ) : void
Leave ( ) : void

Method Details

AutomaticCluster() public method

public AutomaticCluster ( ActorSystem system ) : System.Collections.Immutable
system ActorSystem
return System.Collections.Immutable

Join() public method

public Join ( ) : void
return void

Leave() public method

public Leave ( ) : void
return void