Interface | Description |
---|---|
Container |
This class represents a Verticle's view of the container in which it is running.
|
PlatformManager |
Represents the Vert.x platform.
|
PlatformManagerFactory |
Factory for creating PlatformManager instances.
|
VerticleFactory |
Used by the platform manager to create Verticle instances.
|
Class | Description |
---|---|
PlatformLocator |
Use this class to get an instance of a PlatformManagerFactory so you can create PlatformManager instances when
embedding the Vert.x platform.
|
Verticle |
A verticle is the unit of execution in the Vert.x platform
|
Exception | Description |
---|---|
PlatformManagerException |