Skip to content

Commit

Permalink
add itemize
Browse files Browse the repository at this point in the history
  • Loading branch information
huan233usc committed Feb 6, 2025
1 parent b09a550 commit d8ce4f5
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ public long getVersion() {
* Operations for connector to trigger post-commit.
*
* <p>Usage:
* <li>Async: Call {@link PostCommitHook#threadSafeInvoke(Engine)} in separate thread.
* <li>Sync: Direct call {@link PostCommitHook#threadSafeInvoke(Engine)} and block until operation
* ends.
*
* <ul>
* <li>Async: Call {@link PostCommitHook#threadSafeInvoke(Engine)} in separate thread.
* <li>Sync: Direct call {@link PostCommitHook#threadSafeInvoke(Engine)} and block until
* operation ends.
* </ul>
*
* @return list of post-commit operations
*/
Expand Down

0 comments on commit d8ce4f5

Please sign in to comment.