Uses of Class
de.hybris.platform.webhookservices.dto.WebhookItemPayload
Packages that use WebhookItemPayload
-
Uses of WebhookItemPayload in de.hybris.platform.webhookservices.cache
Methods in de.hybris.platform.webhookservices.cache that return types with arguments of type WebhookItemPayloadModifier and TypeMethodDescriptionDefaultWebhookCacheService.findItemPayloads(PK pk) WebhookCacheService.findItemPayloads(PK pk) FindWebhookItemPayloadconverted from deletedItemModelin converted cacheprotected Class<WebhookItemPayload>WebhookConvertedItemCache.getValueType()Constructor parameters in de.hybris.platform.webhookservices.cache with type arguments of type WebhookItemPayloadModifierConstructorDescriptionDefaultWebhookCacheService(@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 newWebhookCacheService