| Interface | Description |
|---|---|
| KaryonServer |
A logical abstraction to manage the lifecycle of a karyon based application.
|
| Class | Description |
|---|---|
| Karyon |
An entry point into karyon to create various flavors of karyon servers.
|
| KaryonBootstrapModule |
A guice module that defines all bindings required by karyon.
|
| KaryonRunner |
An application runner which consumes a main class annotated with governator's
Bootstrap annotations. |
| ShutdownModule |
Provide shutdown listener as Governator managed service.
|
| ShutdownModule.ShutdownServer |
| Annotation Type | Description |
|---|---|
| KaryonBootstrap |