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, waitpoisonPill, stop, typedActorOf, typedActorOf, typedActorOfpublic ContextualTypedActorFactory(TypedActorExtension typedActor, ActorContext actorFactory)
public TypedActorExtension typedActor()
TypedActorFactorytypedActor in interface TypedActorFactorypublic ActorContext actorFactory()
TypedActorFactoryactorFactory in interface TypedActorFactorypublic ActorRef getActorRefFor(java.lang.Object proxy)
TypedActorFactorygetActorRefFor in interface TypedActorFactoryproxy - (undocumented)public boolean isTypedActor(java.lang.Object proxyOrNot)
TypedActorFactoryisTypedActor in interface TypedActorFactoryproxyOrNot - (undocumented)