Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into issue-1587
  • Loading branch information
Quinn-With-Two-Ns authored May 27, 2025
commit 7bf3c1a4a2224493d6948355e64cab3857fcc4e6
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ interface HeartbeatContext {
<V> Optional<V> getLastHeartbeatDetails(Class<V> detailsClass, Type detailsGenericType);

Object getLatestHeartbeatDetails();

/** Cancel any pending heartbeat and discard cached heartbeat details. */
void cancelOutstandingHeartbeat();
}
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.