Package akka.actor.typed
Class ActorRefResolverSetup$
- java.lang.Object
-
- akka.actor.typed.ActorRefResolverSetup$
-
public class ActorRefResolverSetup$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ActorRefResolverSetup$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorRefResolverSetup$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Extension>
ActorRefResolverSetupapply(scala.Function1<ActorSystem<?>,ActorRefResolver> createExtension)
-
-
-
Field Detail
-
MODULE$
public static final ActorRefResolverSetup$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T extends Extension> ActorRefResolverSetup apply(scala.Function1<ActorSystem<?>,ActorRefResolver> createExtension)
-
-