Uses of Interface
de.hybris.platform.webhookservices.service.WebhookConfigurationService
Packages that use WebhookConfigurationService
Package
Description
-
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.cache
Constructors in de.hybris.platform.webhookservices.cache with parameters of type WebhookConfigurationServiceModifierConstructorDescriptionDefaultWebhookCacheService(@NotNull IntegrationCache<WebhookDeletedItemCacheKey, WebhookItemPayload> itemPayloadsCache, @NotNull IntegrationCache<WebhookDeletedItemCacheKey, ItemModel> deletedItemCache, @NotNull WebhookConfigurationService configurationService, @NotNull org.springframework.core.convert.converter.Converter<ItemModel, Set<WebhookItemConversion>> itemPayloadConverter) Instantiates a newWebhookCacheServiceDefaultWebhookItemPayloadConverter(@NotNull WebhookConfigurationService webhookConfigurationService, @NotNull IntegrationObjectConversionService conversionService, @NotNull WebhookFilterService webhookFilterService) Instantiates a new Webhook item payload conversion service. -
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.event
Methods in de.hybris.platform.webhookservices.event with parameters of type WebhookConfigurationServiceModifier and TypeMethodDescriptionvoidWebhookServicesAfterSaveEventListener.setWebhookConfigurationService(WebhookConfigurationService webhookConfigurationService) Deprecated, for removal: This API element is subject to removal in a future version.Since 2205. -
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.event.impl
Methods in de.hybris.platform.webhookservices.event.impl with parameters of type WebhookConfigurationServiceModifier and TypeMethodDescriptionvoidDefaultWebhookEventFactory.setWebhookConfigurationService(WebhookConfigurationService webhookConfigurationService) -
Uses of WebhookConfigurationService in de.hybris.platform.webhookservices.service.impl
Classes in de.hybris.platform.webhookservices.service.impl that implement WebhookConfigurationServiceConstructors in de.hybris.platform.webhookservices.service.impl with parameters of type WebhookConfigurationServiceModifierConstructorDescriptionWebhookDeleteEventToItemSender(@NotNull WebhookCacheService webhookCacheService, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService, @NotNull OutboundServiceFacade outboundServiceFacade) Instantiate the WebhookDeleteEventToItemSenderWebhookEventToItemSender(@NotNull OutboundServiceFacade outboundServiceFacade, @NotNull WebhookConfigurationService webhookConfigurationService, @NotNull ItemModelSearchService itemModelSearchService) Instantiates the WebhookEventToItemSender