Skip to content

ILogConsistencyProtocolServices

interface

Namespace: Orleans.EventSourcing

Functionality for use by log view adaptors that use custom consistency or replication protocols. Abstracts communication between replicas of the log-consistent grain in different clusters.
public interface ILogConsistencyProtocolServices

Properties

  • GrainId The ID for this grain.
  • MyClusterId The id of this cluster. Returns "I" if no multi-cluster network is present.

Methods