Uses of Interface
de.hybris.platform.outboundsync.retry.SyncRetryService
-
Packages that use SyncRetryService Package Description de.hybris.platform.outboundsync.activator.impl de.hybris.platform.outboundsync.retry.impl -
-
Uses of SyncRetryService in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return SyncRetryService Modifier and Type Method Description protected SyncRetryServiceDefaultOutboundSyncService. getSyncRetryService()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type SyncRetryService Modifier and Type Method Description voidDefaultOutboundSyncService. setSyncRetryService(SyncRetryService syncRetryService) -
Uses of SyncRetryService in de.hybris.platform.outboundsync.retry.impl
Classes in de.hybris.platform.outboundsync.retry.impl that implement SyncRetryService Modifier and Type Class Description classDefaultSyncRetryServiceDefault implementation for updating the persisted retries based on the results of the synchronization process
-