Class ReconcileContentAsyncOperations
java.lang.Object
com.atlassian.confluence.api.service.content.util.ReconcileContentAsyncOperations
- Since:
- 9.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
callWithAsyncFlagAwareness
(Callable<T> callable, boolean setAsyncFlag) Call the given callable and execute any related content updated reconciliation events asynchronously ifsetAsyncFlag
is true.static <T> T
callWithAsyncReconciliation
(Callable<T> callable) Call the given callable and execute any related content updated reconciliation events asynchronously.
-
Method Details
-
callWithAsyncReconciliation
Call the given callable and execute any related content updated reconciliation events asynchronously. -
callWithAsyncFlagAwareness
Call the given callable and execute any related content updated reconciliation events asynchronously ifsetAsyncFlag
is true. The callable will be executed with the existing flag state otherwise, which may or may not be synchronous.
-