Interface SyncTokenResultsHandler
-
- All Superinterfaces:
SyncResultsHandler
public interface SyncTokenResultsHandler extends SyncResultsHandler
A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results fromSyncApiOpin a stream-processing fashion.- Since:
- 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResult(SyncToken result)Invoked when the request has completed successfully.-
Methods inherited from interface org.identityconnectors.framework.common.objects.SyncResultsHandler
handle
-
-
-
-
Method Detail
-
handleResult
void handleResult(SyncToken result)
Invoked when the request has completed successfully.- Parameters:
result- The sync result indicating that no more resources are to be returned and, if applicable, including information which should be used for next sync requests.
-
-