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
- Author:
- Laszlo Hordos
-
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