Package akka.actor
Interface StashFactory
-
- All Known Subinterfaces:
AbstractPersistentActorLike
,AtLeastOnceDelivery
,AtLeastOnceDeliveryLike
,Eventsourced
,PersistenceStash
,PersistentActor
- All Known Implementing Classes:
AbstractPersistentActor
,AbstractPersistentActorWithAtLeastOnceDelivery
,AbstractPersistentActorWithTimers
,JournalPerfSpec.BenchActor
,PersistentShardCoordinator
public interface StashFactory
INTERNAL API.A factory for creating stashes for an actor instance.
- See Also:
StashSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StashSupport
createStash(ActorContext ctx, ActorRef ref)
-
-
-
Method Detail
-
createStash
StashSupport createStash(ActorContext ctx, ActorRef ref)
-
-