Uses of Interface
de.hybris.platform.outboundservices.facade.OutboundServiceFacade
-
-
Uses of OutboundServiceFacade in de.hybris.platform.outboundservices.facade.impl
Classes in de.hybris.platform.outboundservices.facade.impl that implement OutboundServiceFacade Modifier and Type Class Description classDefaultOutboundServiceFacadeDefault implementation of OutboundServiceFacade. -
Uses of OutboundServiceFacade in de.hybris.platform.outboundservices.util
Classes in de.hybris.platform.outboundservices.util that implement OutboundServiceFacade Modifier and Type Class Description classTestOutboundFacade -
Uses of OutboundServiceFacade in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl that return OutboundServiceFacade Modifier and Type Method Description protected OutboundServiceFacadeDefaultOutboundSyncService. getOutboundServiceFacade()Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type OutboundServiceFacade Modifier and Type Method Description voidDefaultOutboundSyncService. setOutboundServiceFacade(OutboundServiceFacade outboundServiceFacade) -
Uses of OutboundServiceFacade in de.hybris.platform.webhookservices.service.impl
Classes in de.hybris.platform.webhookservices.service.impl that implement OutboundServiceFacade Modifier and Type Class Description classWebhookImmediateRetryOutboundServiceFacadeImplements theOutboundServiceFacadeinterface with theSimpleRetryPolicyto enable resending in case of server error failures.Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type OutboundServiceFacade Constructor Description WebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ModelService modelService)Instantiates the WebhookEventToItemSenderWebhookImmediateRetryOutboundServiceFacade(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull org.springframework.retry.support.RetryTemplate retryTemplate)Constructs a new WebhookOutboundServiceFacade.
-