Interface RetrySearchService
-
- All Known Implementing Classes:
DefaultRetrySearchService
public interface RetrySearchServiceService responsible for searching for persisted retries based on theOutboundItemDTOGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutboundSyncRetryModelfindRetry(OutboundItemDTOGroup outboundItemDTOGroup)FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.
-
-
-
Method Detail
-
findRetry
OutboundSyncRetryModel findRetry(OutboundItemDTOGroup outboundItemDTOGroup)
FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.- Parameters:
outboundItemDTOGroup- -OutboundItemDTOGroupthat contains the changes made to the root Item- Returns:
- -
OutboundSyncRetryModelmatching the root Item pk and outbound channel configuration included in theOutboundItemDTOGroup
-
-