Uses of Interface
de.hybris.platform.outboundservices.facade.impl.RemoteSystemClient
Packages that use RemoteSystemClient
Package
Description
-
Uses of RemoteSystemClient in de.hybris.platform.outboundservices.facade.impl
Classes in de.hybris.platform.outboundservices.facade.impl that implement RemoteSystemClientModifier and TypeClassDescriptionclassDefault implementation of theRemoteSystemClientthat usesRestOperationsfor communication with the remote system.Constructors in de.hybris.platform.outboundservices.facade.impl with parameters of type RemoteSystemClientModifierConstructorDescriptionDefaultOutboundServiceFacade(@NotNull DecoratorContextFactory ctxFactory, @NotNull RemoteSystemClient client) Instantiates this facade with the provided dependencies it relies on. -
Uses of RemoteSystemClient in de.hybris.platform.webhookservices.service.impl
Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type RemoteSystemClientModifierConstructorDescriptionDefaultWebhookValidationService(@NotNull RemoteSystemClient remoteClient, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService) Instantiates theDefaultWebhookValidationService