Interface MessageParser
- All Known Implementing Classes:
SimpleMessageParser
public interface MessageParser
Optional custom parser for the portion of a JSON message that
surrounds the data "payload". Can be used to extract status codes.
See
SimpleMessageParser to simply skip all fields but
a given path.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanparsePrefix(TokenIterator tokenizer) voidparseSuffix(TokenIterator tokenizer)
-
Method Details
-
parsePrefix
-
parseSuffix
-