Skip to content

ConnectionIssue

class

Namespace: Orleans.EventSourcing

Represents information about connection issues encountered inside log consistency protocols. It is used both inside the protocol to track retry loops, and is made visible to users who want to monitor their log-consistent grains for communication issues.
[Orleans.GenerateSerializer]
public abstract class ConnectionIssue

Properties

Methods

  • ComputeRetryDelay(TimeSpan?) Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.