Interface SyncTokenResultsHandler
- All Superinterfaces:
SyncResultsHandler
A SyncTokenResultsHandler is a Callback interface that an application
implements in order to handle results from
SyncApiOp
in a
stream-processing fashion.- Since:
- 1.4
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleResult
(SyncToken result) Invoked when the request has completed successfully.Methods inherited from interface org.identityconnectors.framework.common.objects.SyncResultsHandler
handle
-
Method Details
-
handleResult
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.
-