Package akka.actor.typed
Class ActorRefResolver$
- java.lang.Object
-
- akka.actor.typed.ExtensionId<ActorRefResolver>
-
- akka.actor.typed.ActorRefResolver$
-
public class ActorRefResolver$ extends ExtensionId<ActorRefResolver>
-
-
Field Summary
Fields Modifier and Type Field Description static ActorRefResolver$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorRefResolver$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRefResolver
createExtension(ActorSystem<?> system)
Create the extension, will be invoked at most one time per actor system where the extension is registered.ActorRefResolver
get(ActorSystem<?> system)
-
Methods inherited from class akka.actor.typed.ExtensionId
apply, equals, hashCode, id
-
-
-
-
Field Detail
-
MODULE$
public static final ActorRefResolver$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
get
public ActorRefResolver get(ActorSystem<?> system)
-
createExtension
public ActorRefResolver createExtension(ActorSystem<?> system)
Description copied from class:ExtensionId
Create the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtension
in classExtensionId<ActorRefResolver>
-
-