Interface SyncopePullExecutor
-
- All Known Implementing Classes:
PullJobDelegate
,SinglePullJobDelegate
,StreamPullJobDelegate
public interface SyncopePullExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reportHandled(String objectClass, Name name)
void
setInterrupted()
void
setLatestSyncToken(String objectClass, SyncToken latestSyncToken)
boolean
wasInterruptRequested()
-