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) | |
Definition at line 40 of file WebhookDeliveryClient.java.
| dev.rafex.ether.webhook.client.WebhookDeliveryClient.WebhookDeliveryClient | ( | final EtherHttpClient | httpClient, |
| final WebhookSigner | signer ) |
Definition at line 45 of file WebhookDeliveryClient.java.
| HttpRequestSpec dev.rafex.ether.webhook.client.WebhookDeliveryClient.buildRequest | ( | final URI | endpoint, |
| final WebhookPayload | payload ) |
Definition at line 50 of file WebhookDeliveryClient.java.
References dev.rafex.ether.webhook.headers.WebhookHeaders.ALGORITHM, dev.rafex.ether.webhook.headers.WebhookHeaders.DELIVERY_ID, dev.rafex.ether.webhook.headers.WebhookHeaders.EVENT_TYPE, dev.rafex.ether.http.client.model.HttpMethod.POST, dev.rafex.ether.webhook.headers.WebhookHeaders.SIGNATURE, and dev.rafex.ether.webhook.headers.WebhookHeaders.TIMESTAMP.
Referenced by 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().