Orleans.Runtime.MultiClusterNetwork Namespace

Classes

GatewayEntry

Information about gateways, as stored/transmitted in the multicluster network.

MultiClusterData

Data stored and transmitted in the multicluster network. IMPORTANT: these objects can represent full state, partial state, or delta. So far includes multicluster-configuration and multicluster-gateway information. Data is gossip-able.

Interfaces

IGossipChannel

Interface for gossip channel.

A gossip channel stores multicluster data (configuration, gateways) and exchanges this data with silos using a gossip-style communication, offering two different methods (Publish or Synchronize).

IMultiClusterConfigurationListener

Interface for subscribers to multi-cluster configuration changes.