akka.actor
Interface StashFactory


public interface StashFactory

INTERNAL API.

A factory for creating stashes for an actor instance.

See Also:
StashSupport

Method Summary
 StashSupport createStash(ActorContext ctx, ActorRef ref)
           
 

Method Detail

createStash

StashSupport createStash(ActorContext ctx,
                         ActorRef ref)