mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
![]() 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`. |
||
---|---|---|
.. | ||
java/org/ray/api |