Class StashFactory
Static factor used for creating Stash instances
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public static class StashFactory
Methods
| Improve this Doc View SourceCreateStash(IActorContext, IActorStash)
TBD
Declaration
public static IStash CreateStash(this IActorContext context, IActorStash actorInstance)
Parameters
Type | Name | Description |
---|---|---|
IActorContext | context | TBD |
IActorStash | actorInstance | TBD |
Returns
Type | Description |
---|---|
IStash | TBD |
CreateStash(IActorContext, Type)
TBD
Declaration
public static IStash CreateStash(this IActorContext context, Type actorType)
Parameters
Type | Name | Description |
---|---|---|
IActorContext | context | TBD |
Type | actorType | TBD |
Returns
Type | Description |
---|---|
IStash | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown if the given |
CreateStash<T>(IActorContext)
TBD
Declaration
public static IStash CreateStash<T>(this IActorContext context)
where T : ActorBase
Parameters
Type | Name | Description |
---|---|---|
IActorContext | context | TBD |
Returns
Type | Description |
---|---|
IStash | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |