KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.LargeObjects.Extensions Class Reference

Bundle of methods to provide access to class extensions More...

Static Public Member Functions

static ICanTell GetParcelManager ([NotNull] this ActorSystem system)
 Gets the current parcel manager More...
 
static ICanTell GetParcelManager ([NotNull] this IActorContext context)
 Gets the current parcel manager More...
 

Detailed Description

Bundle of methods to provide access to class extensions

Definition at line 19 of file Extensions.cs.

Member Function Documentation

◆ GetParcelManager() [1/2]

static ICanTell KlusterKite.LargeObjects.Extensions.GetParcelManager ( [NotNull] this ActorSystem  system)
static

Gets the current parcel manager

Parameters
systemThe actor system
Returns
The current parcel manager

Definition at line 27 of file Extensions.cs.

◆ GetParcelManager() [2/2]

static ICanTell KlusterKite.LargeObjects.Extensions.GetParcelManager ( [NotNull] this IActorContext  context)
static

Gets the current parcel manager

Parameters
contextThe actor context
Returns
The current parcel manager

Definition at line 39 of file Extensions.cs.


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