public class SinkConfiguration extends ComponentConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
SinkConfiguration.SinkConfigurationType |
ComponentConfiguration.ComponentType
Modifier and Type | Field and Description |
---|---|
protected String |
channel |
componentName, configured, errors
Constructor and Description |
---|
SinkConfiguration(String componentName) |
Modifier and Type | Method and Description |
---|---|
void |
configure(Context context) |
String |
getChannel() |
void |
getChannel(String channel) |
String |
toString(int indentCount) |
failIfConfigured, getComponentName, getErrors, getType, isNotFoundConfigClass, setConfigured, setNotFoundConfigClass, setType, toString
protected String channel
public SinkConfiguration(String componentName)
public String getChannel()
public void getChannel(String channel)
public void configure(Context context) throws ConfigurationException
configure
in class ComponentConfiguration
ConfigurationException
public String toString(int indentCount)
toString
in class ComponentConfiguration
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.