Package org.apache.pekko.actor.typed
Class ActorRefResolverSetup$
java.lang.Object
org.apache.pekko.actor.typed.ActorRefResolverSetup$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorRefResolverSetup$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Extension>
ActorRefResolverSetupapply(scala.Function1<ActorSystem<?>, ActorRefResolver> createExtension)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorRefResolverSetup$
public ActorRefResolverSetup$()
-
-
Method Details
-
apply
public <T extends Extension> ActorRefResolverSetup apply(scala.Function1<ActorSystem<?>, ActorRefResolver> createExtension)
-