public class ContextualTypedActorFactory extends java.lang.Object implements TypedActorFactory, scala.Product, scala.Serializable
Constructor and Description |
---|
ContextualTypedActorFactory(TypedActorExtension typedActor,
ActorContext actorFactory) |
Modifier and Type | Method and Description |
---|---|
ActorContext |
actorFactory()
Underlying dependency is to be able to create normal Actors
|
ActorRef |
getActorRefFor(java.lang.Object proxy)
Retrieves the underlying ActorRef for the supplied TypedActor proxy, or null if none found
|
boolean |
isTypedActor(java.lang.Object proxyOrNot)
Returns wether the supplied AnyRef is a TypedActor proxy or not
|
TypedActorExtension |
typedActor()
Underlying dependency to a TypedActorExtension, which can either be contextual or ActorSystem "global"
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
poisonPill, stop, typedActorOf, typedActorOf, typedActorOf
public ContextualTypedActorFactory(TypedActorExtension typedActor, ActorContext actorFactory)
public TypedActorExtension typedActor()
TypedActorFactory
typedActor
in interface TypedActorFactory
public ActorContext actorFactory()
TypedActorFactory
actorFactory
in interface TypedActorFactory
public ActorRef getActorRefFor(java.lang.Object proxy)
TypedActorFactory
getActorRefFor
in interface TypedActorFactory
public boolean isTypedActor(java.lang.Object proxyOrNot)
TypedActorFactory
isTypedActor
in interface TypedActorFactory