Class ActorRefFactoryAdapter$
- java.lang.Object
-
- akka.actor.typed.internal.adapter.ActorRefFactoryAdapter$
-
public class ActorRefFactoryAdapter$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ActorRefFactoryAdapter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorRefFactoryAdapter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorRef<T>
spawn(ActorRefFactory actorRefFactory, Behavior<T> behavior, java.lang.String name, Props props, boolean rethrowTypedFailure)
<T> ActorRef<T>
spawnAnonymous(ActorRefFactory context, Behavior<T> behavior, Props props, boolean rethrowTypedFailure)
-
-
-
Field Detail
-
MODULE$
public static final ActorRefFactoryAdapter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
spawnAnonymous
public <T> ActorRef<T> spawnAnonymous(ActorRefFactory context, Behavior<T> behavior, Props props, boolean rethrowTypedFailure)
-
spawn
public <T> ActorRef<T> spawn(ActorRefFactory actorRefFactory, Behavior<T> behavior, java.lang.String name, Props props, boolean rethrowTypedFailure)
-
-