KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Client.Navigation Class Reference

Gets the set of configured actor paths More...

Static Public Member Functions

static ICanTell GetNodeManager ([NotNull] this IActorContext context)
 Gets the current node manager actor path More...
 
static ICanTell GetNodeManager ([NotNull] this ActorSystem system)
 Gets the current node manager actor path More...
 

Properties

static bool UseCacheForPaths [get, set]
 Gets or sets a value indicating whether path values should be cached in statics More...
 

Detailed Description

Gets the set of configured actor paths

Definition at line 20 of file Navigation.cs.

Member Function Documentation

◆ GetNodeManager() [1/2]

static ICanTell KlusterKite.NodeManager.Client.Navigation.GetNodeManager ( [NotNull] this IActorContext  context)
static

Gets the current node manager actor path

Parameters
contextThe current context
Returns
The ICanTell.

Definition at line 48 of file Navigation.cs.

◆ GetNodeManager() [2/2]

static ICanTell KlusterKite.NodeManager.Client.Navigation.GetNodeManager ( [NotNull] this ActorSystem  system)
static

Gets the current node manager actor path

Parameters
systemThe current actor system
Returns
The ICanTell.

Definition at line 64 of file Navigation.cs.

Property Documentation

◆ UseCacheForPaths

bool KlusterKite.NodeManager.Client.Navigation.UseCacheForPaths
staticgetset

Gets or sets a value indicating whether path values should be cached in statics

Definition at line 36 of file Navigation.cs.


The documentation for this class was generated from the following file: