Interface ChangeInfoParser

    • Method Detail

      • parse

        java.util.Optional<ChangeInfo> parse​(java.lang.String info)
        Parses info associated with an item change.
        Parameters:
        info - a string calculated from the StreamConfigurationModel.getInfoExpression()
        Returns:
        an optional containing the structured presentation of the parsed info; or Optional.empty(), if the info could not be parsed.