Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.webhook.client.WebhookDeliveryClient Class Reference
Collaboration diagram for dev.rafex.ether.webhook.client.WebhookDeliveryClient:

Public Member Functions

HttpRequestSpec buildRequest (final URI endpoint, final WebhookPayload payload)
HttpResponseSpec send (final URI endpoint, final WebhookPayload payload) throws IOException, InterruptedException
 WebhookDeliveryClient (final EtherHttpClient httpClient, final WebhookSigner signer)

Detailed Description

Definition at line 40 of file WebhookDeliveryClient.java.

Constructor & Destructor Documentation

◆ WebhookDeliveryClient()

dev.rafex.ether.webhook.client.WebhookDeliveryClient.WebhookDeliveryClient ( final EtherHttpClient httpClient,
final WebhookSigner signer )

Definition at line 45 of file WebhookDeliveryClient.java.

Member Function Documentation

◆ buildRequest()

HttpRequestSpec dev.rafex.ether.webhook.client.WebhookDeliveryClient.buildRequest ( final URI endpoint,
final WebhookPayload payload )

◆ send()

HttpResponseSpec dev.rafex.ether.webhook.client.WebhookDeliveryClient.send ( final URI endpoint,
final WebhookPayload payload ) throws IOException, InterruptedException

Definition at line 66 of file WebhookDeliveryClient.java.

References buildRequest().

Here is the call graph for this function:

The documentation for this class was generated from the following file: