ILogViewAdaptorFactory
interface
Namespace: Orleans.EventSourcing
Interface to be implemented for a log-view adaptor factory
public interface ILogViewAdaptorFactoryProperties
UsesStorageProviderReturns true if a storage provider is required for constructing adaptors.
Methods
MakeLogViewAdaptor(ILogViewAdaptorHost<TLogView, TLogEntry>, TLogView, string, IGrainStorage, ILogConsistencyProtocolServices)Constructs aOrleans.EventSourcing.ILogViewAdaptorto be installed in the given host grain.
