Class Root

java.lang.Object
com.scivicslab.pojoactor.pojo.Root

public class Root extends Object
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 Details

    • Root

      public Root()
  • Method Details

    • hello

      public String hello()
      Returns a greeting message from the root actor.
      Returns:
      a greeting string from the root actor