A - The type of the concrete actor class.public class ActorCreator<A> extends BaseActorCreator<ActorCreator<A>>
builder| Constructor and Description |
|---|
ActorCreator(RayFuncR<A> func,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
ActorHandle<A> |
remote()
Create a java actor remotely and return a handle to the created actor.
|
ActorCreator<A> |
setJvmOptions(String jvmOptions)
Set the JVM options for the Java worker that this actor is running in.
|
buildOptions, setGlobalName, setMaxConcurrency, setMaxRestarts, setName, setPlacementGroup, setResource, setResourcespublic ActorCreator<A> setJvmOptions(String jvmOptions)
jvmOptions - JVM options for the Java worker that this actor is running in.ActorCreationOptions.Builder.setJvmOptions(java.lang.String)public ActorHandle<A> remote()
Copyright © 2020. All rights reserved.