blob: 5673476cd68ecfc12b4fbb55be732ad4692f6a4b [file] [log] [blame] [view]
## The Main class
The `PekkoQuickstart` object in Hello World creates `ActorSystem` with a guardian.
The guardian is the top level actor that bootstraps your application. The guardian
is typically defined with `Behaviors.setup` that contains the initial bootstrap.
@@snip [PekkoQuickstart.java]($g8src$/java/$package$/PekkoQuickstart.java)