actor_cluster 0.1.0
actor_cluster: ^0.1.0 copied to clipboard
Connects multiple actor systems into a cluster. Actor systems can run in different isolates and processes.
Changelog #
0.1.0 #
- Based on library
actor_clusterof version0.3.0of packageactor_system. - BREAKING CHANGE: Renamed
PrepareNodeSystemtoAddActorFactories. - BREAKING CHANGE: Renamed parameter
prepareNodeSystemofActorCluster.init()toaddActorFactories. - BREAKING CHANGE: Renamed parameter
afterClusterInitofActorCluster.init()toinitCluster. - BREAKING CHANGE:
initClusteris now only called on leader node.