public interface InputConnector extends Connector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
boolean |
isStarted() |
void |
start()
Lifecycle method to put the input connector into a listening state
|
void |
stop()
Lifecycle method to put the input connector into a not-listening state
|
getCallback, getConnectorServices, getLogger, getName, getProperties, initialise, terminate
static final java.lang.String COPYRIGHT
void start() throws ConnectorException
ConnectorException
boolean isStarted()
void stop() throws ConnectorException
ConnectorException