mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
![]() Allow you start actors in different namespace instead of the driver namespace. Usage is simple: ```java Ray.init(namespace="a"); /// Named actor a will starts in namespace `b` ActorHandle<A> a = Ray.actor(A::new).setName("myActor", "b").remote(); ``` Co-authored-by: Hao Chen <chenh1024@gmail.com> |
||
---|---|---|
.. | ||
src/main/java/io/ray/api | ||
pom_template.xml |