| Interface | Description |
|---|---|
| FailoverCompleteHandler | |
| ModuleReloader | |
| PlatformManagerInternal |
Internal interface - not designed to be publicly used
|
| Class | Description |
|---|---|
| Args |
Parses args of the form -x y
|
| DefaultContainer | |
| DefaultPlatformManager | |
| DefaultPlatformManagerFactory |
Don't use this class directly to create PlatformManager instances - instead use the
PlatformLocator class
|
| Deployment | |
| FatJarStarter |
This class is executed when a Vert.x fat jar is run.
|
| HAManager |
Handles HA
We compute failover and whether there is a quorum synchronously as we receive nodeAdded and nodeRemoved events
from the cluster manager.
|
| ModuleClassLoader |
Each module (not module instance) is assigned it's own ModuleClassLoader.
|
| ModuleFields | |
| ModuleIdentifier | |
| Redeployer | |
| WrappedVertx |