public static interface ConnectionConfig.Target extends Config<ConnectionConfig.Target>
| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_COMPONENT
component indicates the target component name. |
static String |
SOURCE_PORT
port indicates the target output port. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig.Target |
addHook(InputHook hook)
Adds an input hook to the target.
|
String |
getComponent()
Returns the connection target component.
|
List<InputHook> |
getHooks()
Returns a list of input hooks.
|
String |
getPort()
Returns the connection target port.
|
ConnectionConfig.Target |
setComponent(String component)
Sets the connection target component.
|
ConnectionConfig.Target |
setPort(String port)
Sets the connection target port.
|
static final String SOURCE_COMPONENT
component indicates the target component name.static final String SOURCE_PORT
port indicates the target output port.String getComponent()
ConnectionConfig.Target setComponent(String component)
component - The connection target component.String getPort()
ConnectionConfig.Target setPort(String port)
port - The connection target port.ConnectionConfig.Target addHook(InputHook hook)
hook - The hook to add.Copyright © 2013-2014. All Rights Reserved.