public class NotificationParserImp extends Object implements NotificationParser
| Constructor and Description |
|---|
NotificationParserImp() |
| Modifier and Type | Method and Description |
|---|---|
ErrorNotification |
parseError(String payload) |
IncomingNotification |
parseMessage(String payload) |
public IncomingNotification parseMessage(String payload) throws EventParsingException
parseMessage in interface NotificationParserEventParsingExceptionpublic ErrorNotification parseError(String payload) throws EventParsingException
parseError in interface NotificationParserEventParsingExceptionCopyright © 2021. All rights reserved.