Interface EntryProcessingResult<R>

    • Method Detail

      • getResult

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

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