Interface DeleteRequestSender
-
- All Known Implementing Classes:
DefaultDeleteRequestSender,TestDeleteRequestSender
public interface DeleteRequestSenderA service for sending item deletions to the external systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(SyncParameters params)Sends item deletion to an external system.
-
-
-
Method Detail
-
send
void send(SyncParameters params)
Sends item deletion to an external system.- Parameters:
params- parameters for the change notification.
-
-