Package com.adyen.notification
Class NotificationHandler
- java.lang.Object
-
- com.adyen.notification.NotificationHandler
-
public class NotificationHandler extends Object
Notification converter
-
-
Constructor Summary
Constructors Constructor Description NotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericNotificationhandleMarketpayNotificationJson(String json)NotificationRequesthandleNotificationJson(String json)
-
-
-
Method Detail
-
handleNotificationJson
public NotificationRequest handleNotificationJson(String json)
-
handleMarketpayNotificationJson
public GenericNotification handleMarketpayNotificationJson(String json)
-
-