Interface ContentHandler<K,​R>

    • Method Detail

      • processContent

        R processContent​(K content)
                  throws RedmineException
        Consumes content of a specified type and returns a specified result.
        Parameters:
        content - content to process.
        Returns:
        processed content.
        Throws:
        RedmineException - if something goes wrong.