Class DefaultDeleteRequestSender
- java.lang.Object
-
- de.hybris.platform.outboundservices.service.impl.DefaultDeleteRequestSender
-
- All Implemented Interfaces:
DeleteRequestSender
public class DefaultDeleteRequestSender extends java.lang.Object implements DeleteRequestSender
Default implementation of theDeleteRequestSenderthat uses RestTemplates for communication with the remote system.
-
-
Constructor Summary
Constructors Constructor Description DefaultDeleteRequestSender(@NotNull IntegrationRestTemplateFactory factory, @NotNull RequestDecoratorService decoratorService)Instantiates this sender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(SyncParameters params)Sends item deletion to an external system.
-
-
-
Constructor Detail
-
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 Detail
-
send
public void send(SyncParameters params)
Description copied from interface:DeleteRequestSenderSends item deletion to an external system.- Specified by:
sendin interfaceDeleteRequestSender- Parameters:
params- parameters for the change notification.
-
-