| 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<InputHook> |
ConnectionConfig.Target.getHooks()
Returns a list of input hooks.
|
List<InputHook> |
InputConnectionContext.hooks()
Returns a list of input hooks.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig.Target |
ConnectionConfig.Target.addHook(InputHook hook)
Adds an input hook to the target.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputHook> |
DefaultConnectionConfig.DefaultTarget.getHooks() |
List<InputHook> |
DefaultInputConnectionContext.hooks() |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputConnectionContext.Builder |
DefaultInputConnectionContext.Builder.addHook(InputHook hook)
Adds a hook to the input.
|
ConnectionConfig.Target |
DefaultConnectionConfig.DefaultTarget.addHook(InputHook hook) |
DefaultInputConnectionContext.Builder |
DefaultInputConnectionContext.Builder.removeHook(InputHook hook)
Removes a hook from the input.
|
DefaultInputConnectionContext.Builder |
DefaultInputConnectionContext.Builder.setHooks(InputHook... hooks)
Sets the input hooks.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultInputConnectionContext.Builder |
DefaultInputConnectionContext.Builder.setHooks(List<InputHook> hooks)
Sets the input hooks.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputHook> |
InputPortContext.hooks()
Returns a list of input hooks.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputHook> |
DefaultInputPortContext.hooks() |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.addHook(InputHook hook)
Adds a hook to the input.
|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.removeHook(InputHook hook)
Removes a hook from the input.
|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.setHooks(InputHook... hooks)
Sets the input hooks.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.setHooks(List<InputHook> hooks)
Sets the input hooks.
|
Copyright © 2013-2014. All Rights Reserved.