Package com.scivicslab.pojoactor.pojo
Class Root
java.lang.Object
com.scivicslab.pojoactor.pojo.Root
The root actor class that serves as the top-level actor in the system hierarchy.
This class provides basic functionality for the root actor in an actor system.
- Since:
- 1.0.0
- Author:
- devteam@scivics-lab.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
hello
Returns a greeting message from the root actor.- Returns:
- a greeting string from the root actor
-