Interface IReactiveClientEnvironment
An interface to support reification for a client Reactive environment.
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public interface IReactiveClientEnvironment : IDisposable
Properties
Context
Gets the client context for the environment.
Declaration
IReactiveProxy Context { get; }
Property Value
Type | Description |
---|---|
IReactiveProxy |
Methods
DifferentialCheckpoint(Uri)
Triggers a differential checkpoint on the environment.
Declaration
void DifferentialCheckpoint(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The URI of the engine to checkpoint. |
FullCheckpoint(Uri)
Triggers a full checkpoint on the environment.
Declaration
void FullCheckpoint(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The URI of the engine to checkpoint. |
Recover(Uri)
Triggers a recovery on the environment. ///
Declaration
void Recover(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The URI of the engine to recover. |