Interface ProcessorSessionExecutionBody<X extends Exception>

All Known Implementing Classes:
AbstractInsertProcessorSessionExecutionBody, AbstractMultiThreadedProcessorSessionExecutionBody, AbstractProcessorSessionExecutionBody

public interface ProcessorSessionExecutionBody<X extends Exception>
Abstraction for the SessionExecutionBody which stores an exception
  • Method Summary

    Modifier and Type
    Method
    Description
    Hook for a handled checked exception which should be captured (sic!) and rethrow after SessionExecutionBody.execute() finishes.
  • Method Details

    • getException

      X getException()
      Hook for a handled checked exception which should be captured (sic!) and rethrow after SessionExecutionBody.execute() finishes.