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) Deprecated, for removal: This API element is subject to removal in a future version.DefaultOutboundServiceFacade(@NotNull RemoteSystemClient client) Instantiates this facade with the provided dependencies it relies on. -
Uses of RemoteSystemClient in de.hybris.platform.outboundservices.util
Classes in de.hybris.platform.outboundservices.util that implement RemoteSystemClient -
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
DefaultOutboundServiceFacade(RemoteSystemClient)instead.