Interface TenantUtil.TenantRunAsWork<Result>

Enclosing class:
TenantUtil

public static interface TenantUtil.TenantRunAsWork<Result>
  • Method Summary

    Modifier and Type
    Method
    Description
    Method containing the work to be done
  • Method Details

    • doWork

      Result doWork() throws Exception
      Method containing the work to be done
      Returns:
      Return the result of the operation
      Throws:
      Exception