Skip to main content

Module webhook

Module webhook 

Source
Expand description

§Webhook Integration Module

This module provides comprehensive webhook support for external system integration:

  • Webhook registration and management
  • Event filtering and routing
  • Retry mechanisms with exponential backoff
  • Security features (HMAC signing, rate limiting)
  • Monitoring and diagnostics

Structs§

EventFilter
Event filter for webhook delivery
RateLimit
Rate limit configuration
RetryConfig
Retry configuration
WebhookConfig
Webhook manager configuration
WebhookInfo
Webhook information
WebhookManager
Webhook manager for handling HTTP notifications
WebhookMetadata
Webhook metadata
WebhookPayload
Webhook payload
WebhookRegistration
Webhook registration parameters
WebhookSecurity
Webhook security configuration
WebhookStatistics
Webhook statistics
WebhookStats
Webhook manager statistics

Enums§

HttpMethod
HTTP methods
WebhookNotification
Webhook notification events