lithic-java-core
0.2.0
lithic-java-core
/
com.lithic.api.services.blocking
/
WebhookService
Webhook
Service
public
interface
WebhookService
Functions
Inheritors
Functions
unwrap
Link copied to clipboard
public
abstract
Event
unwrap
(
String
payload
,
ListMultimap
<
String
,
String
>
headers
,
String
secret
)
verify
Signature
Link copied to clipboard
public
abstract
Unit
verifySignature
(
String
payload
,
ListMultimap
<
String
,
String
>
headers
,
String
secret
)
Inheritors
WebhookServiceImpl
Link copied to clipboard