public interface CppActorHandle extends BaseActorHandle
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the name of the Cpp actor class.
|
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod) |
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod,
Object obj0) |
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod,
Object obj0,
Object obj1) |
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod,
Object obj0,
Object obj1,
Object obj2) |
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
default <R> CppActorTaskCaller<R> |
task(CppActorMethod<R> cppActorMethod,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
getId, kill, killString getClassName()
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod)
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod, Object obj0)
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod, Object obj0, Object obj1)
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod, Object obj0, Object obj1, Object obj2)
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod, Object obj0, Object obj1, Object obj2, Object obj3)
default <R> CppActorTaskCaller<R> task(CppActorMethod<R> cppActorMethod, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
Copyright © 2023. All rights reserved.