| Package | Description |
|---|---|
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.network.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModuleContext
Module component context.
|
class |
DefaultVerticleContext
Verticle component context.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends DefaultComponentContext<T>> |
DefaultComponentContext.fromJson(org.vertx.java.core.json.JsonObject context)
Creates a component context from JSON.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultNetworkContext.Builder |
DefaultNetworkContext.Builder.addComponent(DefaultComponentContext<?> component)
Adds a component to the network.
|
DefaultNetworkContext.Builder |
DefaultNetworkContext.Builder.removeComponent(DefaultComponentContext<?> component)
Removes a component from the network.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultNetworkContext.Builder |
DefaultNetworkContext.Builder.setComponents(Collection<DefaultComponentContext<?>> components)
Set the network components.
|
Copyright © 2013-2014. All Rights Reserved.