[Java] Allow actor handle to be serialized without forking (#3686)

This commit is contained in:
Wang Qing
2019-01-06 00:29:08 +08:00
committed by Hao Chen
parent 03fe760616
commit 692fdc6bc3
5 changed files with 58 additions and 5 deletions
@@ -17,4 +17,5 @@ public interface RayActor<T> {
* @return The id of this actor handle.
*/
UniqueId getHandleId();
}