| Interface | Description |
|---|---|
| Container |
This class represents the verticle's view of the container.
|
| PlatformManager |
Public interface for PlatformManager
It's the role of a PlatformManager to deploy and undeploy modules and verticles.
|
| PlatformManagerFactory | |
| VerticleFactory |
| Class | Description |
|---|---|
| PlatformLocator |
Use this class to get an instance of a PlatformManagerFactory so you can create PlatformManager instances
|
| Verticle |
A verticle is the unit of deployment in vert.x
|
| Exception | Description |
|---|---|
| PlatformManagerException |