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.
|
PyActorCreator |
setAsync(boolean isAsync) |
buildOptions, setLifetime, setMaxConcurrency, setMaxPendingCalls, setMaxRestarts, setMaxTaskRetries, setName, setName, setPlacementGroup, setPlacementGroup, setResource, setResourcespublic PyActorCreator(PyActorClass pyActorClass, Object[] args)
public PyActorCreator setAsync(boolean isAsync)
public PyActorHandle remote()
Copyright © 2023. All rights reserved.