JournaledGrain<TGrainState,TEventBase>.OnConnectionIssue Method

Definition

Overloads

OnConnectionIssue(ConnectionIssue)

Called when the underlying persistence or replication protocol is running into some sort of connection trouble.

Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory.

OnConnectionIssue(ConnectionIssue)

Called when the underlying persistence or replication protocol is running into some sort of connection trouble.

Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogConsistencyProvider.

OnConnectionIssue(ConnectionIssue)

Called when the underlying persistence or replication protocol is running into some sort of connection trouble.

Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogViewAdaptorFactory.

protected virtual void OnConnectionIssue (Orleans.EventSourcing.ConnectionIssue issue);
abstract member OnConnectionIssue : Orleans.EventSourcing.ConnectionIssue -> unit
override this.OnConnectionIssue : Orleans.EventSourcing.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssue (issue As ConnectionIssue)

Parameters

Applies to

OnConnectionIssue(ConnectionIssue)

Source:
JournaledGrain.cs

Called when the underlying persistence or replication protocol is running into some sort of connection trouble.

Override this to monitor the health of the log-consistency protocol and/or to customize retry delays. Any exceptions thrown are caught and logged by the ILogConsistencyProvider.

protected virtual void OnConnectionIssue (Orleans.LogConsistency.ConnectionIssue issue);
abstract member OnConnectionIssue : Orleans.LogConsistency.ConnectionIssue -> unit
override this.OnConnectionIssue : Orleans.LogConsistency.ConnectionIssue -> unit
Protected Overridable Sub OnConnectionIssue (issue As ConnectionIssue)

Parameters

Applies to