JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.iplass.mtp.webhook
Interface WebhookResponseHandler
public interface
WebhookResponseHandler
Once the Webhook was sent, this handler will be called to handle the response.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleResponse
(
WebhookResponse
response)
Method Details
handleResponse
void
handleResponse
(
WebhookResponse
response)