Package io.split.engine.sse
Interface NotificationParser
-
- All Known Implementing Classes:
NotificationParserImp
public interface NotificationParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorNotificationparseError(String payload)IncomingNotificationparseMessage(String payload)
-
-
-
Method Detail
-
parseMessage
IncomingNotification parseMessage(String payload) throws EventParsingException
- Throws:
EventParsingException
-
parseError
ErrorNotification parseError(String payload) throws EventParsingException
- Throws:
EventParsingException
-
-