public class PyActorCreator extends BaseActorCreator<PyActorCreator>
builder| Constructor and Description |
|---|
PyActorCreator(PyActorClass pyActorClass,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
PyActorHandle |
remote()
Create a python actor remotely and return a handle to the created actor.
|
buildOptions, setGlobalName, setMaxConcurrency, setMaxRestarts, setName, setPlacementGroup, setResource, setResourcespublic PyActorCreator(PyActorClass pyActorClass, Object[] args)
public PyActorHandle remote()
Copyright © 2021. All rights reserved.