Class DefaultDeleteRequestSender
java.lang.Object
de.hybris.platform.outboundservices.service.impl.DefaultDeleteRequestSender
- All Implemented Interfaces:
DeleteRequestSender
Default implementation of the
DeleteRequestSender that uses RestTemplates for communication with the remote system.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDeleteRequestSender(@NotNull IntegrationRestTemplateFactory factory, @NotNull RequestDecoratorService decoratorService) Instantiates this sender -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(SyncParameters params) Sends item deletion to an external system.
-
Constructor Details
-
DefaultDeleteRequestSender
public DefaultDeleteRequestSender(@NotNull @NotNull IntegrationRestTemplateFactory factory, @NotNull @NotNull RequestDecoratorService decoratorService) Instantiates this sender- Parameters:
factory- rest template factory to be used forRestTemplatecreation. TheRestTemplates will be used to communicate to the remote system.
-
-
Method Details
-
send
Description copied from interface:DeleteRequestSenderSends item deletion to an external system.- Specified by:
sendin interfaceDeleteRequestSender- Parameters:
params- parameters for the change notification.
-