Interface RetrySearchService
- All Known Implementing Classes:
DefaultRetrySearchService
public interface RetrySearchService
Service responsible for searching for persisted retries based on the
OutboundItemDTOGroup-
Method Summary
Modifier and TypeMethodDescriptionfindRetry(OutboundItemDTOGroup outboundItemDTOGroup) FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws if no correspondingOutboundSyncRetryModelis found.
-
Method Details
-
findRetry
FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws 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
-