| Interface | Description |
|---|---|
| Component |
The component is the primary unit of processing in Vertigo.
|
| ComponentConfig<T extends ComponentConfig<T>> |
Components are synonymous with Vert.x modules and verticles.
|
| ComponentContext<T extends ComponentContext<T>> |
A component context which contains information regarding each component instance within
a single network component.
|
| ComponentCoordinator |
The component coordinator handles coordination of component startup and
shutdown between multiple components within a network.
|
| ComponentFactory |
Component factory.
|
| InstanceContext |
A component instance context which contains information regarding a specific component
(module or verticle) instance within a network.
|
| ModuleConfig |
Module component configuration.
|
| ModuleContext |
Module component context.
|
| VerticleConfig |
Verticle component configuration.
|
| VerticleContext |
Verticle component context.
|
| Enum | Description |
|---|---|
| ComponentConfig.Type |
Component type.
|
| Exception | Description |
|---|---|
| ComponentException |
A component exception.
|
Copyright © 2013-2014. All Rights Reserved.