| Package | Description |
|---|---|
| net.kuujo.vertigo.hook | |
| net.kuujo.vertigo.io.connection | |
| net.kuujo.vertigo.io.connection.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentHook
Hook type for component 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<IOHook> |
ConnectionConfig.getHooks()
Returns a list of connection hooks.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
ConnectionConfig.addHook(IOHook hook)
Adds an input/output hook to the connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<IOHook> |
DefaultConnectionConfig.getHooks() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
DefaultConnectionConfig.addHook(IOHook hook) |
Copyright © 2013-2014. All Rights Reserved.