Class ActorRefFactoryAdapter
java.lang.Object
org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ActorRef<T>spawn(ActorRefFactory actorRefFactory, Behavior<T> behavior, String name, Props props, boolean rethrowTypedFailure) static <T> ActorRef<T>spawnAnonymous(ActorRefFactory context, Behavior<T> behavior, Props props, boolean rethrowTypedFailure)
-
Constructor Details
-
ActorRefFactoryAdapter
public ActorRefFactoryAdapter()
-
-
Method Details
-
spawnAnonymous
public static <T> ActorRef<T> spawnAnonymous(ActorRefFactory context, Behavior<T> behavior, Props props, boolean rethrowTypedFailure) -
spawn
public static <T> ActorRef<T> spawn(ActorRefFactory actorRefFactory, Behavior<T> behavior, String name, Props props, boolean rethrowTypedFailure)
-