Interface Work<R>

  • All Known Implementing Classes:
    VoidWork

    public interface Work<R>
    For executing transactions, this is a unit of work.
    Author:
    Jeff Schnitzer
    • Method Detail

      • run

        R run()