| Modifier and Type | Interface and Description |
|---|---|
interface |
ActiveConfig<T extends Config<T>>
Base live configuration type.
|
interface |
Config<T extends Config<T>>
Interface for configuring Vertigo types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentConfig<T extends ComponentConfig<T>>
Components are synonymous with Vert.x modules and verticles.
|
interface |
ModuleConfig
Module component configuration.
|
interface |
VerticleConfig
Verticle component configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModuleConfig
Default module configuration implementation.
|
class |
DefaultVerticleConfig
Default verticle configuration implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionConfig
A connection represents a link between two components within a network.
|
static interface |
ConnectionConfig.Source
Connection source.
|
static interface |
ConnectionConfig.Target
Connection target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionConfig
Default connection configuration implementation.
|
static class |
DefaultConnectionConfig.DefaultSource
Default source implementation.
|
static class |
DefaultConnectionConfig.DefaultTarget
Default target implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkConfig
Network configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNetworkConfig
Default network configuration implementation.
|
Copyright © 2013-2014. All Rights Reserved.