Class DefaultWebhookValidationService

    • Constructor Detail

      • DefaultWebhookValidationService

        @Deprecated(since="2111",
                    forRemoval=true)
        public DefaultWebhookValidationService​(@NotNull
                                               @NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory,
                                               @NotNull
                                               @NotNull OutboundServiceFacade outboundServiceFacade)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 2111. Use the new constructor instead.
        Parameters:
        integrationRestTemplateFactory - Factory class to create REST clients for webhook integrations.
        outboundServiceFacade - OutboundServiceFacade builds the payload and to integrate with restful endpoint
      • DefaultWebhookValidationService

        public DefaultWebhookValidationService​(@NotNull
                                               @NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory,
                                               @NotNull
                                               @NotNull OutboundServiceFacade outboundServiceFacade,
                                               @NotNull
                                               @NotNull CloudEventHeadersService cloudEventHeadersService)
        Parameters:
        integrationRestTemplateFactory - Factory class to create REST clients for webhook integrations.
        outboundServiceFacade - OutboundServiceFacade builds the payload and to integrate with restful endpoint
        cloudEventHeadersService - to generate CloudEvent headers