Orleans.Runtime.MultiClusterNetwork Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |