public interface SyncPostProcessor
Modifier and Type | Method and Description |
---|---|
void |
postProcess(ResultIndex resultIndex,
PathFinder pathFinder,
RsProperties syncProps)
Post process after the synchronisation that was done with the given resultIndex and pathFinder and that
resulted in the given syncProps.
|
void postProcess(ResultIndex resultIndex, PathFinder pathFinder, RsProperties syncProps) throws Exception
resultIndex
- the resultIndex used in synchronisationpathFinder
- the pathFinder that was used in the synchronisationsyncProps
- synchronisation properties that were the result of the synchronisationException
- the SyncPostProcessor may throw exceptionsCopyright © 2017. All rights reserved.