Immutable builder for webhook definitions.
When no event types are configured explicitly, the builder uses all registered
event types passed to new/1.
Summary
Functions
Builds a webhook definition.
Creates a new definition builder.
Marks the webhook as inactive.
Marks the webhook as not replayable.
Sets the event sequence id for the webhook.
Uses HTTP basic authentication.
Uses HTTP bearer-token authentication.
Adds an event type to the webhook definition.
Adds or replaces a target header.
Uses OAuth client credentials authentication.
Types
Functions
@spec build(t(), String.t(), String.t()) :: Chronicle.WebHooks.Definition.t()
Builds a webhook definition.
Creates a new definition builder.
Marks the webhook as inactive.
Marks the webhook as not replayable.
Sets the event sequence id for the webhook.
Uses HTTP basic authentication.
Uses HTTP bearer-token authentication.
Adds an event type to the webhook definition.
Adds or replaces a target header.
Uses OAuth client credentials authentication.