| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl | |
| net.kuujo.vertigo.hook | |
| net.kuujo.vertigo.util |
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentFactory.createComponent(InstanceContext context,
Cluster cluster)
Creates a component.
|
Component |
Component.start()
Starts the component.
|
Component |
Component.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Component>> doneHandler)
Starts the component.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Component>> doneHandler)
Starts the component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponent
A default component implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
DefaultComponentFactory.createComponent(InstanceContext context,
Cluster cluster) |
Component |
DefaultComponent.start() |
Component |
DefaultComponent.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Component>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
Component |
DefaultComponent.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Component>> doneHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsHook.handleStart(Component component) |
void |
EventBusHook.handleStart(Component component) |
void |
ComponentHook.handleStart(Component component)
Called when the component has started.
|
void |
MetricsHook.handleStop(Component component) |
void |
EventBusHook.handleStop(Component subject) |
void |
ComponentHook.handleStop(Component component)
Called when the component has stopped.
|
| Modifier and Type | Method and Description |
|---|---|
static Component |
Factories.createComponent(org.vertx.java.core.Vertx vertx,
org.vertx.java.platform.Container container)
Creates a component instance for the current Vert.x instance.
|
Copyright © 2013-2014. All Rights Reserved.