Class ActorStashPlugin
TBD
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class ActorStashPlugin : ActorProducerPluginBase, IActorProducerPlugin
Methods
| Improve this Doc View SourceAfterIncarnated(ActorBase, IActorContext)
Creates a new stash for specified actor
if it has not been initialized already.
Declaration
public override void AfterIncarnated(ActorBase actor, IActorContext context)
Parameters
Type | Name | Description |
---|---|---|
ActorBase | actor | TBD |
IActorContext | context | TBD |
Overrides
| Improve this Doc View SourceBeforeIncarnated(ActorBase, IActorContext)
Ensures, that all stashed messages inside actor
stash have been unstashed.
Declaration
public override void BeforeIncarnated(ActorBase actor, IActorContext context)
Parameters
Type | Name | Description |
---|---|---|
ActorBase | actor | TBD |
IActorContext | context | TBD |
Overrides
| Improve this Doc View SourceCanBeAppliedTo(Type)
Stash plugin is applied to all actors implementing IActorStash interface.
Declaration
public override bool CanBeAppliedTo(Type actorType)
Parameters
Type | Name | Description |
---|---|---|
Type | actorType | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |