mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:16:06 +08:00
9d655721e5
Previously `Ray.createActor` only support creating an actor without any parameter. This PR adds the support for creating an actor with parameters. Moreover, besides using a constructor, it's now also allowed to create an actor with a factory method. For more usage, prefer refer to `ActorTest.java`.