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