Class ReconcileContentAsyncOperations

java.lang.Object
com.atlassian.confluence.api.service.content.util.ReconcileContentAsyncOperations

public class ReconcileContentAsyncOperations extends Object
Since:
9.1
  • Method Details

    • callWithAsyncReconciliation

      public static <T> T callWithAsyncReconciliation(Callable<T> callable)
      Call the given callable and execute any related content updated reconciliation events asynchronously.
    • callWithAsyncFlagAwareness

      public static <T> T callWithAsyncFlagAwareness(Callable<T> callable, boolean setAsyncFlag)
      Call the given callable and execute any related content updated reconciliation events asynchronously if setAsyncFlag is true. The callable will be executed with the existing flag state otherwise, which may or may not be synchronous.