public interface FinishedCallback
Modifier and Type | Method and Description |
---|---|
void |
handleFinish()
Called when the server reports that it has finished with the
ingestion; no further records will be accepted without calling
begin again. |
void handleFinish()
begin
again. Usually
called in response to endIngest
; also called
in response to sendCancel
. Will also be called in addition to handleAbort
if an
abort condition occurs on the server, but not if it occurs on the
client.