pub fn http_webhook_source_factory(
id: &str,
config: Value,
retry: Option<RetryPolicy>,
) -> Result<Box<dyn Source>>Expand description
Registry factory for HttpWebhookSource. Registered by
courier::registry::register_builtin under kind "http_webhook".
retry is rejected at config time: webhook is push-based, so there is
nothing to “retry” — the upstream owns the retry decision.