http4k-webhook
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-webhook
http4k-webhook
/
org.http4k.filter
/
SignWebhookPayload
Sign
Webhook
Payload
fun
ClientFilters
.
SignWebhookPayload
(
signer
:
WebhookSigner
,
autoMarshalling
:
AutoMarshalling
,
idGenerator
:
(
Request
)
->
WebhookId
=
{ WebhookId.of(UUID.randomUUID().toString()) }
)
:
Filter
(
source
)