| Class | Description |
|---|---|
| ActorCreator<A> |
A helper to create java actor.
|
| ActorTaskCaller<R> |
A helper to call java actor method.
|
| BaseActorCreator<T extends BaseActorCreator> |
Base helper to create actor.
|
| BaseTaskCaller<T extends BaseTaskCaller<T>> |
Base helper to call remote function.
|
| PyActorCreator |
A helper to create python actor.
|
| PyActorTaskCaller<R> |
A helper to call python actor method.
|
| PyTaskCaller<R> |
A helper to call python remote function.
|
| TaskCaller<R> |
A helper to call java remote function.
|
| VoidActorTaskCaller |
A helper to call java actor method which doesn't have a return value.
|
| VoidTaskCaller |
A helper to call java remote function which doesn't have a return value.
|
Copyright © 2020. All rights reserved.