Uses of Interface
de.hybris.platform.webhookservices.service.CloudEventHeadersService
-
Packages that use CloudEventHeadersService Package Description de.hybris.platform.webhookservices.decorator de.hybris.platform.webhookservices.service.impl -
-
Uses of CloudEventHeadersService in de.hybris.platform.webhookservices.decorator
Constructors in de.hybris.platform.webhookservices.decorator with parameters of type CloudEventHeadersService Constructor Description DefaultCloudEventHeadersRequestDecorator(@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 CloudEventHeadersService Modifier and Type Class Description classDefaultCloudEventHeadersServiceDefault implementation ofCloudEventHeadersServiceConstructors in de.hybris.platform.webhookservices.service.impl with parameters of type CloudEventHeadersService Constructor Description DefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService)Instantiates theDefaultWebhookValidationService
-