public interface NotificationParser
| Modifier and Type | Method and Description |
|---|---|
ErrorNotification |
parseError(String payload) |
IncomingNotification |
parseMessage(String payload) |
IncomingNotification parseMessage(String payload) throws EventParsingException
EventParsingExceptionErrorNotification parseError(String payload) throws EventParsingException
EventParsingExceptionCopyright © 2021. All rights reserved.