| Package | Description |
|---|---|
| net.kuujo.vertigo.hook | |
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.port | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentHook
Hook type for component events.
|
interface |
IOHook
Hook type for listening for input/output message events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventBusHook
Event bus based hook implementation.
|
class |
MetricsHook
This hook integrates directly with the mod-metrics module by
Tim Yates.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputHook> |
ConnectionConfig.Source.getHooks()
Returns a list of output hooks.
|
List<OutputHook> |
OutputConnectionContext.hooks()
Returns a list of output hooks.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig.Source |
ConnectionConfig.Source.addHook(OutputHook hook)
Adds an output hook to the source.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputHook> |
DefaultConnectionConfig.DefaultSource.getHooks() |
List<OutputHook> |
DefaultOutputConnectionContext.hooks() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputConnectionContext.Builder |
DefaultOutputConnectionContext.Builder.addHook(OutputHook hook)
Adds a hook to the output.
|
ConnectionConfig.Source |
DefaultConnectionConfig.DefaultSource.addHook(OutputHook hook) |
DefaultOutputConnectionContext.Builder |
DefaultOutputConnectionContext.Builder.removeHook(OutputHook hook)
Removes a hook from the output.
|
DefaultOutputConnectionContext.Builder |
DefaultOutputConnectionContext.Builder.setHooks(OutputHook... hooks)
Sets the output hooks.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputConnectionContext.Builder |
DefaultOutputConnectionContext.Builder.setHooks(List<OutputHook> hooks)
Sets the output hooks.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputHook> |
OutputPortContext.hooks()
Returns a list of output hooks.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputHook> |
DefaultOutputPortContext.hooks() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.addHook(OutputHook hook)
Adds a hook to the output.
|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.removeHook(OutputHook hook)
Removes a hook from the output.
|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.setHooks(OutputHook... hooks)
Sets the output hooks.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.setHooks(List<OutputHook> hooks)
Sets the output hooks.
|
Copyright © 2013-2014. All Rights Reserved.