public interface ConnectorContext
| Modifier and Type | Method | Description | 
|---|---|---|
| void | raiseError(java.lang.Exception e) | Raise an unrecoverable exception to the Connect framework. | 
| void | requestTaskReconfiguration() | Requests that the runtime reconfigure the Tasks for this source. | 
void requestTaskReconfiguration()
void raiseError(java.lang.Exception e)
e - Exception to be raised.