Package io.ray.api.call
Class VoidActorTaskCaller
java.lang.Object
io.ray.api.call.VoidActorTaskCaller
A helper to call java actor method which doesn't have a return value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremote()Execute a function remotely.setConcurrencyGroup(String name)
-
Constructor Details
-
VoidActorTaskCaller
-
-
Method Details
-
setConcurrencyGroup
-
remote
public void remote()Execute a function remotely.
-