Uses of Interface
de.hybris.platform.outboundservices.service.DeleteRequestSender
-
Packages that use DeleteRequestSender Package Description de.hybris.platform.outboundservices.service.impl de.hybris.platform.outboundservices.util de.hybris.platform.outboundsync.activator.impl -
-
Uses of DeleteRequestSender in de.hybris.platform.outboundservices.service.impl
Classes in de.hybris.platform.outboundservices.service.impl that implement DeleteRequestSender Modifier and Type Class Description classDefaultDeleteRequestSenderDefault implementation of theDeleteRequestSenderthat uses RestTemplates for communication with the remote system. -
Uses of DeleteRequestSender in de.hybris.platform.outboundservices.util
Classes in de.hybris.platform.outboundservices.util that implement DeleteRequestSender Modifier and Type Class Description classTestDeleteRequestSender -
Uses of DeleteRequestSender in de.hybris.platform.outboundsync.activator.impl
Constructors in de.hybris.platform.outboundsync.activator.impl with parameters of type DeleteRequestSender Constructor Description DefaultDeleteOutboundSyncService(@NotNull DeleteRequestSender deleteRequestSender, @NotNull ItemModelSearchService itemModelSearchService, @NotNull EventService eventService, @NotNull OutboundItemConsumer outboundItemConsumer)Instantiates the delete sync service
-