| Package | Description |
|---|---|
| net.kuujo.vertigo.component.impl |
| Modifier and Type | Method and Description |
|---|---|
static DefaultInstanceContext |
DefaultInstanceContext.fromJson(org.vertx.java.core.json.JsonObject context)
Creates a new instance context from JSON.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultVerticleContext.Builder |
DefaultVerticleContext.Builder.addInstance(DefaultInstanceContext instance)
Adds an instance context to the component.
|
DefaultModuleContext.Builder |
DefaultModuleContext.Builder.addInstance(DefaultInstanceContext instance)
Adds an instance context to the component.
|
static DefaultInstanceContext.Builder |
DefaultInstanceContext.Builder.newBuilder(DefaultInstanceContext context)
Creates a new context builder.
|
DefaultVerticleContext.Builder |
DefaultVerticleContext.Builder.removeInstance(DefaultInstanceContext instance)
Removes an instance context from the component.
|
DefaultModuleContext.Builder |
DefaultModuleContext.Builder.removeInstance(DefaultInstanceContext instance)
Removes an instance context from the component.
|
DefaultVerticleContext.Builder |
DefaultVerticleContext.Builder.setInstances(DefaultInstanceContext... instances)
Sets the component instance contexts.
|
DefaultModuleContext.Builder |
DefaultModuleContext.Builder.setInstances(DefaultInstanceContext... instances)
Sets the component instance contexts.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultVerticleContext.Builder |
DefaultVerticleContext.Builder.setInstances(List<DefaultInstanceContext> instances)
Sets the component instance contexts.
|
DefaultModuleContext.Builder |
DefaultModuleContext.Builder.setInstances(List<DefaultInstanceContext> instances)
Sets the component instance contexts.
|
Copyright © 2013-2014. All Rights Reserved.