public interface PyActorHandle extends BaseActorHandle
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the name of the Python actor class.
|
String |
getModuleName()
Returns the module name of the Python actor class.
|
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod) |
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod,
Object obj0) |
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod,
Object obj0,
Object obj1) |
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod,
Object obj0,
Object obj1,
Object obj2) |
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
default <R> PyActorTaskCaller<R> |
task(PyActorMethod<R> pyActorMethod,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
getId, kill, killString getModuleName()
String getClassName()
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod)
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod, Object obj0)
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod, Object obj0, Object obj1)
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod, Object obj0, Object obj1, Object obj2)
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod, Object obj0, Object obj1, Object obj2, Object obj3)
default <R> PyActorTaskCaller<R> task(PyActorMethod<R> pyActorMethod, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
Copyright © 2024. All rights reserved.