public interface SyncResultsHandler
SyncApiOp
in a stream-processing fashion.Modifier and Type | Method and Description |
---|---|
boolean |
handle(SyncDelta delta)
Called to handle a delta in the stream.
|
boolean handle(SyncDelta delta)
SyncApiOp#sync()
returns, the framework will no longer call this method
to handle results from that sync()
operation.delta
- The changeRuntimeException
- If the application encounters an exception. This will stop
iteration and the exception will propagate to the
application.Copyright © 2022. All rights reserved.