public class NormalizingSyncResultsHandler extends Object implements SyncResultsHandler
| Constructor and Description |
|---|
NormalizingSyncResultsHandler(SyncResultsHandler target,
ObjectNormalizerFacade normalizer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(SyncDelta delta)
Called to handle a delta in the stream.
|
public NormalizingSyncResultsHandler(SyncResultsHandler target, ObjectNormalizerFacade normalizer)
public boolean handle(SyncDelta delta)
SyncResultsHandlerSyncApiOp#sync() returns, the framework will no longer call this method
to handle results from that sync() operation.handle in interface SyncResultsHandlerdelta - The changeCopyright © 2022. All rights reserved.