Interface IWorkUnit


public interface IWorkUnit
A work unit which can be submitted to an IWorkUnitExecutor for execution. A work unit wraps a piece of code which needs to execute as one unit within a particular context, such as a transaction.
Since:
9.5.2
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the work in this work unit.
  • Method Details

    • execute

      void execute()
      Executes the work in this work unit.