| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.network | |
| net.kuujo.vertigo.network.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentContext<T extends ComponentContext<T>>
A component context which contains information regarding each component instance within
a single network component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModuleContext
Module component context.
|
interface |
VerticleContext
Verticle component context.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentContext> |
InstanceContext.component()
Returns the parent component context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentContext<T extends ComponentContext<T>>
A component context which contains information regarding each component instance within
a single network component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentContext<T extends ComponentContext<T>>
A component context which contains information regarding each component instance within
a single network component.
|
class |
DefaultModuleContext
Module component context.
|
class |
DefaultVerticleContext
Verticle component context.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentContext> |
DefaultInstanceContext.component() |
| Modifier and Type | Method and Description |
|---|---|
static org.vertx.java.core.json.JsonObject |
DefaultComponentContext.toJson(ComponentContext context)
Serializes a component context to JSON.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentContext<T>> |
NetworkContext.component(String name)
Returns a component context by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentContext<?>> |
NetworkContext.components()
Returns a list of network component contexts.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ComponentContext<T>> |
DefaultNetworkContext.component(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentContext<?>> |
DefaultNetworkContext.components() |
Copyright © 2013-2014. All Rights Reserved.