Uses of Class
de.hybris.platform.webhookservices.exceptions.WebhookConfigurationValidationException
Packages that use WebhookConfigurationValidationException
Package
Description
-
Uses of WebhookConfigurationValidationException in de.hybris.platform.webhookservices.service
Methods in de.hybris.platform.webhookservices.service that throw WebhookConfigurationValidationExceptionModifier and TypeMethodDescriptionvoidWebhookValidationService.pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfiguration, @NotNull String webhookPayload) Send Mocked Integration Object Payload to Destination to validate WebhookConfiguration -
Uses of WebhookConfigurationValidationException in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl that throw WebhookConfigurationValidationExceptionModifier and TypeMethodDescriptionvoidDefaultWebhookValidationService.pingWebhookDestination(@NotNull WebhookConfigurationModel webhookConfiguration, @NotNull String webhookPayload)