Class ParserStageSequenceBuilder


  • public class ParserStageSequenceBuilder
    extends java.lang.Object

    This class is used to construct a sequence of ParserStage objects that can parse ByteBuffer objects into tokens.

    As each token is completed, the value can be used to invoke a BiConsumer method to dynamically construct objects such as OpenNMS events from the tokens.

    Author:
    Seth