Package net.dv8tion.jda.webhook
Webhook services that can be used to send messages without a discord account.
This API branch can be used with or without the
This API branch can be used with or without the
Webhook
entity.- Since:
- 3.3.0
-
Class Summary Class Description WebhookClient WebhookClient representing an executableWebhook
This client allows to send messages to a Discord Webhook without reliance on a JDA instance/Webhook entity.WebhookClientBuilder Builder that creates a newWebhookClient
instanceWebhookCluster A central collection ofWebhookClients
which allows to broadcast (WebhookCluster.broadcast(WebhookMessage)
) or multicast (WebhookCluster.multicast(Predicate, WebhookMessage)
) to all registered clients (receivers).WebhookMessage A special Message that can only be sent to aWebhookClient
.WebhookMessageBuilder Builder for aWebhookMessage