
org.http4k.webhook.WebhookPayload.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-webhook Show documentation
Show all versions of http4k-webhook Show documentation
Http4k Standard webhooks support
package org.http4k.webhook
data class WebhookPayload(
val type: EventType,
val timestamp: WebhookTimestamp,
val data: T
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy