R - The type of the python actor method return valuepublic class PyActorTaskCaller<R> extends Object
| Constructor and Description |
|---|
PyActorTaskCaller(PyActorHandle actor,
PyActorMethod<R> method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
ObjectRef<R> |
remote()
Execute a python actor method remotely and return an object reference to the result object in
the object store.
|
public PyActorTaskCaller(PyActorHandle actor, PyActorMethod<R> method, Object[] args)
Copyright © 2024. All rights reserved.