Uses of Interface
de.hybris.platform.webhookservices.service.CloudEventHeadersService
Packages that use CloudEventHeadersService
Package
Description
-
Uses of CloudEventHeadersService in de.hybris.platform.webhookservices.decorator
Constructors in de.hybris.platform.webhookservices.decorator with parameters of type CloudEventHeadersServiceModifierConstructorDescriptionDefaultCloudEventHeadersRequestDecorator(@NotNull CloudEventHeadersService cloudEventHeadersService) Constructor to create DefaultCloudEventHeadersRequestDecorator -
Uses of CloudEventHeadersService in de.hybris.platform.webhookservices.service.impl
Classes in de.hybris.platform.webhookservices.service.impl that implement CloudEventHeadersServiceConstructors in de.hybris.platform.webhookservices.service.impl with parameters of type CloudEventHeadersServiceModifierConstructorDescriptionDefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService) Deprecated, for removal: This API element is subject to removal in a future version.DefaultWebhookValidationService(@NotNull RemoteSystemClient remoteClient, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService) Instantiates theDefaultWebhookValidationService
DefaultWebhookValidationService(RemoteSystemClient, OutboundServiceFacade, CloudEventHeadersService)constructor instead.