Skip to content

ILogViewAdaptor<TLogView, TLogEntry> Methods

A log view adaptor is the storage interface for Orleans.EventSourcing.LogConsistentGrain, whose state is defined as a log view.

There is one adaptor per grain, which is installed by ILogViewAdaptorFactory when the grain is activated.

PostOnActivate

abstract
public abstract Task ILogViewAdaptor<TLogView, PostOnActivate()
Called during activation, right after the user-defined Grain..

PostOnDeactivate

abstract
public abstract Task ILogViewAdaptor<TLogView, PostOnDeactivate()
Called during deactivation, right after the user-defined Grain.

PreOnActivate

abstract
public abstract Task ILogViewAdaptor<TLogView, PreOnActivate()
Called during activation, right before the user-defined Grain.