@InterfaceStability.Unstable
public interface ConnectorContext
Modifier and Type | Method and Description |
---|---|
void |
raiseError(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(Exception e)
e
- Exception to be raised.