public interface SinkConnector extends ContextAware<AdapterContext>
SinkConverter
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flushes the outputs to the external system if required.
|
void |
put(java.util.Iterator<java.lang.Object> objects)
Put the data into the external system.
|
close, init