Interface EntryProcessingResult<R>

    • Method Detail

      • getResult

        R getResult()
        Result of entry processing.
        Throws:
        EntryProcessingException - if an exception occurred during processing.
      • getException

        Throwable getException()
        Original exception of entry processing or null if no exception occurred. If this is null, #getResult will throw no exception.